Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 {
Callers
10
get_call_graph
Method · 0.45
collect_commitments_from_inputs
Method · 0.45
execution_stacks_for_execution
Function · 0.45
program_id_camel
Method · 0.45
test_ciphertext_to_plaintext_decryption
Function · 0.45
test_ciphertext_decryption_method
Function · 0.45
estimate_execution_fee
Method · 0.45
execute_authorization_inner
Method · 0.45
authorize_request
Method · 0.45
external-signing.test.ts
File · 0.45
Calls
1
to_string
Method · 0.45
Tested by
2
test_ciphertext_to_plaintext_decryption
Function · 0.36
test_ciphertext_decryption_method
Function · 0.36