Module ckb_types::core::service[][src]

Types for CKB services.

A CKB service acts as an actor, which processes requests from a channel and sends back the response via one shot channel.

Structs

PoolTransactionEntry

Notify pool transaction entry

Request

Synchronous request sent to the service.

Constants

DEFAULT_CHANNEL_SIZE

Default channel size to send messages.

SIGNAL_CHANNEL_SIZE

Default channel size to send control signals.