bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class MerkleProof

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

    from message badges.MerkleProof

    Hierarchy

    Index

    Constructors

    Properties

    aunts: badges.MerklePathItem[] = []

    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;

    leafSignature: string = ""

    The signature of the leaf node tying the address to the leaf node.

    from field: string leafSignature = 3;

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

    Methods