use HashMap;
use ;
/// Holds the data which is returned when sending a bulk of transactions.
///
/// Corresponds to [`MultipleTransactionsResponseData`](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 number of transactions sent to the chain.
///
/// Corresponds to [`ResponseMultipleTransactions`](https://github.com/multiversx/mx-chain-proxy-go/blob/master/data/transaction.go) in mx-chain-proxy-go.