Skip to main content

Module chain_listener

Module chain_listener 

Source
Expand description

Listens for notifications on the chains tracked by a client and reacts to them.

Structs§

ChainListener
A ChainListener is a process that listens to notifications from validators and reacts appropriately.
ChainListenerConfig
The configuration for the chain listener.

Enums§

ListenerCommand
Commands to the chain listener.

Traits§

ClientContext
The context in which a chain listener operates, providing access to the wallet, storage and client.
ClientContextExt
Extension methods for ClientContext.