Uses of Class
net.osslabz.lnd.dto.LnrpcRestoreChanBackupRequest
Packages that use LnrpcRestoreChanBackupRequest
-
Uses of LnrpcRestoreChanBackupRequest in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api with parameters of type LnrpcRestoreChanBackupRequestModifier and TypeMethodDescriptionLightningApi.restoreChannelBackups(LnrpcRestoreChanBackupRequest body) lncli: `restorechanbackup` RestoreChannelBackups accepts a set of singular channel backups, or a single encrypted multi-chan backup and attempts to recover any funds remaining within the channel.okhttp3.CallLightningApi.restoreChannelBackupsAsync(LnrpcRestoreChanBackupRequest body, ApiCallback<Object> _callback) lncli: `restorechanbackup` RestoreChannelBackups accepts a set of singular channel backups, or a single encrypted multi-chan backup and attempts to recover any funds remaining within the channel.okhttp3.CallLightningApi.restoreChannelBackupsCall(LnrpcRestoreChanBackupRequest body, ApiCallback _callback) Build call for restoreChannelBackupsLightningApi.restoreChannelBackupsWithHttpInfo(LnrpcRestoreChanBackupRequest body) lncli: `restorechanbackup` RestoreChannelBackups accepts a set of singular channel backups, or a single encrypted multi-chan backup and attempts to recover any funds remaining within the channel. -
Uses of LnrpcRestoreChanBackupRequest in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcRestoreChanBackupRequestModifier and TypeMethodDescriptionLnrpcRestoreChanBackupRequest.chanBackups(LnrpcChannelBackups chanBackups) LnrpcRestoreChanBackupRequest.multiChanBackup(byte[] multiChanBackup)