Merkle Proof
You should avoid using leaf values that are 64 bytes long prior to hashing.Interface
verify
public fun verify(
proof: &vector<vector<u8>>,
root: vector<u8>,
leaf: vector<u8>
): boolverify_with_index
Last updated
Was this helpful?