Struct ckb_tx_pool::service::TxPoolServiceBuilder[][src]

pub struct TxPoolServiceBuilder { /* fields omitted */ }
Expand description

A builder used to create TxPoolService.

Implementations

Creates a new TxPoolServiceBuilder.

Register new pending callback

Register new proposed callback

Register new committed callback

Register new abandon callback

Start a background thread tx-pool service by taking ownership of the Builder, and returns a TxPoolController.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

TODO(doc): @quake

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.