Crate ckb_tx_pool
source ·Expand description
CKB Tx-pool stores transactions, design for CKB Two-Step-Transaction-Confirmation mechanism
Re-exports
pub use pool::TxPool;pub use service::TxPoolController;pub use service::TxPoolServiceBuilder;
Modules
- Generate a new block
- The error type for Tx-pool operations
- Top-level Pool type, methods, and tests
- Tx-pool background service
Macros
- Unwraps a result or propagates its error with snapshot.
Structs
- A block template for miners.
- An asynchronous reader-writer lock.
- An entry in the transaction pool.
Enums
- A list for plug target for
plug_entrymethod