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§
- block_
assembler - Generate a new block
- error
- The error type for Tx-pool operations
- pool
- Top-level Pool type, methods, and tests
- service
- Tx-pool background service
Macros§
- try_
or_ return_ with_ snapshot - Unwraps a result or propagates its error with snapshot.
Structs§
- Block
Template - A block template for miners.
- Tokio
RwLock - An asynchronous reader-writer lock.
- TxEntry
- An entry in the transaction pool.
Enums§
- Plug
Target - A list for plug target for
plug_entry
method