ProofOp defines an operation used for calculating Merkle root. The data could be arbitrary format, providing necessary data for example neighbouring node hash.

Note: This type is a duplicate of the ProofOp proto type defined in Tendermint.

from message cosmos.base.tendermint.v1beta1.ProofOp

Hierarchy

Constructors

Properties

data: Uint8Array = ...

from field: bytes data = 3;

key: Uint8Array = ...

from field: bytes key = 2;

type: string = ""

from field: string type = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.base.tendermint.v1beta1.ProofOp" = "cosmos.base.tendermint.v1beta1.ProofOp"

Methods