Searched refs:ChannelBackupStorage (Results 1 – 2 of 2) sorted by relevance
173 class ChannelBackupStorage(StoredObject): class187 class OnchainChannelBackupStorage(ChannelBackupStorage):191 class ImportedChannelBackupStorage(ChannelBackupStorage):
62 from .lnutil import ChannelBackupStorage, ImportedChannelBackupStorage, OnchainChannelBackupStorage417 def __init__(self, cb: ChannelBackupStorage, *, sweep_address=None, lnworker=None): argument530 assert isinstance(cb, ChannelBackupStorage)