use ;
/// Defines a response from the node holding the transaction status.
///
/// Corresponds to [`ResponseTxStatus`](https://github.com/multiversx/mx-chain-proxy-go/blob/master/data/transaction.go) in mx-chain-proxy-go.
/// Response envelope for the `/transaction/{hash}/status` endpoint.
/// The proxy constructs the data field inline; there is no named wrapper type in mx-chain-proxy-go.