MCPcopy Create free account
hub / github.com/argumentcomputer/ix / proof_tag

Function proof_tag

crates/ixon/src/proof.rs:1647–1651  ·  view source on GitHub ↗
(proof: &Proof)

Source from the content-addressed store, hash-verified

1645 let proof = Proof::new(
1646 Claim::Contains {
1647 tree: Address::hash(b"tree-root"),
1648 const_addr: Address::hash(b"member"),
1649 },
1650 vec![0xDE, 0xAD, 0xBE, 0xEF],
1651 );
1652 assert!(proof_roundtrip(&proof));
1653 }
1654

Callers 1

Calls 2

parse_tagFunction · 0.85
putMethod · 0.45

Tested by 1