Uses of Class
org.ldk.structs.KVStore
-
Packages that use KVStore Package Description org.ldk.structs -
-
Uses of KVStore in org.ldk.structs
Methods in org.ldk.structs that return KVStore Modifier and Type Method Description KVStoreFilesystemStore. as_KVStore()Constructs a new KVStore which calls the relevant methods on this_arg.static KVStoreKVStore. new_impl(KVStore.KVStoreInterface arg)Methods in org.ldk.structs with parameters of type KVStore Modifier and Type Method Description static MonitorUpdatingPersisterMonitorUpdatingPersister. of(KVStore kv_store, Logger logger, long maximum_pending_updates, EntropySource entropy_source, SignerProvider signer_provider)Constructs a new [`MonitorUpdatingPersister`].static Result_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZUtilMethods. read_channel_monitors(KVStore kv_store, EntropySource entropy_source, SignerProvider signer_provider)Read previously persisted [`ChannelMonitor`]s from the store.
-