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

interface GetTxResponseSDKType {
    tx?: TxSDKType;
    tx_response?: TxResponseSDKType;
}

Properties

Properties

tx_response?: TxResponseSDKType