TxResult contains results of executing the transaction.
One usage is indexing transaction results.
from message tendermint.abci.TxResult
Optional
from field: int64 height = 1;
from field: uint32 index = 2;
from field: tendermint.abci.ResponseDeliverTx result = 4;
from field: bytes tx = 3;
Static
Readonly
TxResult contains results of executing the transaction.
One usage is indexing transaction results.
Generated
from message tendermint.abci.TxResult