Module lightning::util::persist

source ·
Expand description

This module contains a simple key-value store trait KVStorePersister that allows one to implement the persistence for ChannelManager, NetworkGraph, and ChannelMonitor all in one place.

Traits