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

interface GetTxResponse {
    tx?: Tx;
    txResponse?: TxResponse;
}

Properties

Properties

tx?: Tx

tx is the queried transaction.

txResponse?: TxResponse

tx_response is the queried TxResponses.