std::map<h256,bytes>m_data;///< Map of SHA3(tx) to tx.
Transactionsm_interestQueue;
std::map<Address,int>m_interest;
std::multimap<Address,std::pair<h256,bytes>>m_future;///< For transactions that have a future nonce; we map their sender address to the tx stuff, and insert once the sender has a valid TX.