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

    TxResult contains results of executing the transaction.

    One usage is indexing transaction results.

    from message tendermint.abci.TxResult

    Hierarchy

    Index

    Constructors

    Properties

    height: bigint = protoInt64.zero

    from field: int64 height = 1;

    index: number = 0

    from field: uint32 index = 2;

    from field: tendermint.abci.ResponseDeliverTx result = 4;

    tx: Uint8Array<ArrayBuffer> = ...

    from field: bytes tx = 3;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "tendermint.abci.TxResult"

    Methods