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

    TxProof represents a Merkle proof of the presence of a transaction in the Merkle tree.

    from message tendermint.types.TxProof

    Hierarchy

    Index

    Constructors

    Properties

    data: Uint8Array<ArrayBuffer> = ...

    from field: bytes data = 2;

    proof?: Proof

    from field: tendermint.crypto.Proof proof = 3;

    rootHash: Uint8Array<ArrayBuffer> = ...

    from field: bytes root_hash = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "tendermint.types.TxProof"

    Methods