Function breez_sdk_core::lightning::util::persist::read_channel_monitors
pub fn read_channel_monitors<K, ES, SP>(
kv_store: K,
entropy_source: ES,
signer_provider: SP,
) -> Result<Vec<(BlockHash, ChannelMonitor<<<SP as Deref>::Target as SignerProvider>::Signer>)>, Error>
Expand description
Read previously persisted ChannelMonitor
s from the store.