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

interface BroadcastTxResponseAmino {
    tx_response?: TxResponseAmino;
}

Properties

Properties

tx_response?: TxResponseAmino

tx_response is the queried TxResponses.