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

interface BroadcastTxResponse {
    txResponse?: TxResponse;
}

Properties

Properties

txResponse?: TxResponse

tx_response is the queried TxResponses.