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

    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

    Index

    Constructors

    Properties

    data: Uint8Array<ArrayBuffer> = ...

    from field: bytes data = 3;

    key: Uint8Array<ArrayBuffer> = ...

    from field: bytes key = 2;

    type: string = ""

    from field: string type = 1;

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

    Methods