GetTxResponse is the response type for the Service.GetTx method.

from message cosmos.tx.v1beta1.GetTxResponse

Hierarchy

Constructors

Properties

tx?: Tx

tx is the queried transaction.

from field: cosmos.tx.v1beta1.Tx tx = 1;

txResponse?: TxResponse

tx_response is the queried TxResponses.

from field: cosmos.base.abci.v1beta1.TxResponse tx_response = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.tx.v1beta1.GetTxResponse" = "cosmos.tx.v1beta1.GetTxResponse"

Methods