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

Method program_id_camel

wasm/src/programs/request.rs:191–193  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

189 /// Alias for `program_id` (camelCase).
190 #[wasm_bindgen(js_name = "programId")]
191 pub fn program_id_camel(&self) -> String {
192 self.program_id()
193 }
194
195 /// Alias for `function_name` (camelCase).
196 #[wasm_bindgen(js_name = "functionName")]

Callers

nothing calls this directly

Calls 1

program_idMethod · 0.45

Tested by

no test coverage detected