use ;
use ApiTransactionResult;
/// Follows the format of the data field of a get transaction response.
///
/// Corresponds to [`GetTransactionResponseData`](https://github.com/multiversx/mx-chain-proxy-go/blob/master/data/transaction.go) in mx-chain-proxy-go.
/// Defines a response from the node holding the transaction sent from the chain.
///
/// Corresponds to [`GetTransactionResponse`](https://github.com/multiversx/mx-chain-proxy-go/blob/master/data/transaction.go) in mx-chain-proxy-go.