Module lightning::util[][src]

Some utility modules live here. See individual sub-modules for more info.

Modules

config

Various user-configurable channel limits and settings which ChannelManager applies for you.

errors

Error types live here.

events

Events are returned from various bits in the library which indicate some action must be taken by the client.

logger

Log traits live here, which are called throughout the library to provide useful information for debugging purposes.

macro_logger

Logging macro utilities.

ser

A very simple serialization framework which is used to serialize/deserialize messages as well as ChannelsManagers and ChannelMonitors.