Crate ckb_tx_pool[][src]

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

error

The error type for Tx-pool operations

pool

Top-level Pool type, methods, and tests

service

Tx-pool background service

Structs

TokioRwLock

An asynchronous reader-writer lock.

TxEntry

An entry in the transaction pool.

Enums

PlugTarget

A list for plug target for plug_entry method