Expand description
The transaction pool, keeping a view of currently valid transactions that may be confirmed soon.
Re-exports
pub use crate::transaction_pool::TransactionPool;
pub use crate::types::BlockChain;
pub use crate::types::DandelionConfig;
pub use crate::types::PoolAdapter;
pub use crate::types::PoolConfig;
pub use crate::types::PoolEntry;
pub use crate::types::PoolError;
pub use crate::types::TxSource;
Modules
- Transaction pool implementation leveraging txhashset for chain state validation. It is a valid operation to add a tx to the tx pool if the resulting tx pool can be added to the current chain state to produce a valid chain state.
- The primary module containing the implementations of the transaction pool and its top-level members.