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

Expand description

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

Notify pool transaction entry

Synchronous request sent to the service.

Constants

Default channel size to send messages.

Default channel size to send control signals.