MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / Proof

Class Proof

atomic-canonical/src/node.rs:177–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
176#[serde(deny_unknown_fields)]
177pub struct Proof {
178 #[serde(rename = "@type")]
179 pub type_: String,
180 pub cryptosuite: String,
181 #[serde(rename = "verificationMethod")]
182 pub verification_method: String,
183 #[serde(rename = "proofPurpose")]
184 pub proof_purpose: String,
185 #[serde(rename = "proofValue")]
186 pub proof_value: String,
187}
188
189/// The canonical Intent node.
190#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]

Callers 2

verify_valueFunction · 0.85
decode_proof_valueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected