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

from message tendermint.types.TxProof

Hierarchy

Constructors

Properties

data: Uint8Array = ...

from field: bytes data = 2;

proof?: Proof

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

rootHash: Uint8Array = ...

from field: bytes root_hash = 1;

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

Methods