Function read_channel_monitors

Source
pub fn read_channel_monitors<K: Deref, ES: Deref, SP: Deref>(
    kv_store: K,
    entropy_source: ES,
    signer_provider: SP,
) -> Result<Vec<(BlockHash, ChannelMonitor<<SP::Target as SignerProvider>::EcdsaSigner>)>, Error>
Expand description

Read previously persisted ChannelMonitors from the store.