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

Method proof

wasm/src/programs/execution.rs:77–79  ·  view source on GitHub ↗

Returns the proof of the execution. @returns {string} The execution proof.

(&self)

Source from the content-addressed store, hash-verified

75 ///
76 /// @returns {string} The execution proof.
77 pub fn proof(&self) -> String {
78 self.0.proof().map(|proof| proof.to_string()).unwrap_or("".to_string())
79 }
80
81 /// Returns the transitions present in the execution.
82 ///

Callers

nothing calls this directly

Calls 1

to_stringMethod · 0.45

Tested by

no test coverage detected