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

interface GetTxResponseAmino {
    tx?: TxAmino;
    tx_response?: TxResponseAmino;
}

Properties

Properties

tx?: TxAmino

tx is the queried transaction.

tx_response?: TxResponseAmino

tx_response is the queried TxResponses.