MCPcopy 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

addressMethod · 0.45
newMethod · 0.45
executeMethod · 0.45
execute_authorizationMethod · 0.45
devnode_executeMethod · 0.45
estimate_finalize_feeMethod · 0.45
execute_innerMethod · 0.45

Calls 1

to_stringMethod · 0.45

Tested by

no test coverage detected