BroadcastTxResponse is the response type for the Service.BroadcastTx method.

from message cosmos.tx.v1beta1.BroadcastTxResponse

Hierarchy

Constructors

Properties

txResponse?: TxResponse

tx_response is the queried TxResponses.

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

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

Methods