Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProvableHQ/sdk
/ id
Method
id
wasm/src/programs/program.rs:450–452 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
448
/// @returns {string} The id of the program
449
#[wasm_bindgen]
450
pub fn id(&self) -> String {
451
self.0.id().to_string()
452
}
453
454
/// Get a unique address of the program
455
///
Callers
15
address
Method · 0.45
collect_commitments_from_inputs
Method · 0.45
verify_function_execution
Function · 0.45
new
Method · 0.45
execute_function_offline
Method · 0.45
execute
Method · 0.45
execute_authorization
Method · 0.45
devnode_execute
Method · 0.45
estimate_execution_fee
Method · 0.45
estimate_fee_for_authorization
Method · 0.45
estimate_finalize_fee
Method · 0.45
execute_inner
Method · 0.45
Calls
1
to_string
Method · 0.45
Tested by
no test coverage detected