Signal<>m_onReady;///< Called when a subsequent call to import transactions will return a non-empty container. Be nice and exit fast.
Signal<ImportResult,h256const&,h512const&>m_onImport;///< Called for each import attempt. Arguments are result, transaction id an node id. Be nice and exit fast.
Signal<h256const&>m_onReplaced;///< Called whan transction is dropped during a call to import() to make room for another transaction.
unsignedm_limit;///< Max number of pending transactions
unsignedm_futureLimit;///< Max number of future transactions
unsignedm_futureSize=0;///< Current number of future transactions