MerkleProof represents a Merkle proof, consistent with Tendermint/Crypto Merkle tree.

from message badges.MerkleProof

Hierarchy

Constructors

Properties

List of Merkle path items (aunts) that make up the proof.

from field: repeated badges.MerklePathItem aunts = 2;

leaf: string = ""

The hash of the leaf node for which the proof is generated.

from field: string leaf = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "badges.MerkleProof" = "badges.MerkleProof"

Methods