TxResult contains results of executing the transaction.

One usage is indexing transaction results.

from message tendermint.abci.TxResult

Hierarchy

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 = ...

from field: bytes tx = 3;

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

Methods