MCPcopy Create free account
hub / github.com/ProvableHQ/sdk / program_id

Method program_id

wasm/src/programs/request.rs:100–102  ·  view source on GitHub ↗

Returns the program ID.

(&self)

Source from the content-addressed store, hash-verified

98
99 /// Returns the program ID.
100 pub fn program_id(&self) -> String {
101 self.0.program_id().to_string()
102 }
103
104 /// Returns the function name.
105 pub fn function_name(&self) -> String {

Calls 1

to_stringMethod · 0.45