Module forest_filecoin::rpc::methods::eth::filter::mempool

source ·

Structs§

  • Data structure for filtering and collecting pending transactions from the mempool before they are confirmed in a block.
  • MempoolFilterManager uses a RwLock to handle concurrent access to a collection of MempoolFilter instances, each identified by a FilterID. The number of results returned by the filters is capped by max_filter_results.