Module maintain

Module maintain 

Source
Available on crate features node-api and node only.
Expand description

Support for maintaining the state of the transaction pool

Functionsยง

maintain_transaction_pool_conditional
Maintains the state of the conditional tx in the transaction pool by handling new blocks and reorgs.
maintain_transaction_pool_conditional_future
Returns a spawnable future for maintaining the state of the conditional txs in the transaction pool.
maintain_transaction_pool_interop
Maintains the state of the interop tx in the transaction pool by handling new blocks and reorgs.
maintain_transaction_pool_interop_future
Returns a spawnable future for maintaining the state of the interop tx in the transaction pool.