Uses of Class
net.osslabz.lnd.dto.LnrpcChanBackupSnapshot
Packages that use LnrpcChanBackupSnapshot
-
Uses of LnrpcChanBackupSnapshot in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcChanBackupSnapshotModifier and TypeMethodDescriptionLightningApi.exportAllChannelBackups()ExportAllChannelBackups returns static channel backups for all existing channels known to lnd.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcChanBackupSnapshotModifier and TypeMethodDescriptionLightningApi.exportAllChannelBackupsWithHttpInfo()ExportAllChannelBackups returns static channel backups for all existing channels known to lnd.Methods in net.osslabz.lnd.api with parameters of type LnrpcChanBackupSnapshotModifier and TypeMethodDescriptionLightningApi.verifyChanBackup(LnrpcChanBackupSnapshot body) VerifyChanBackup allows a caller to verify the integrity of a channel backup snapshot.okhttp3.CallLightningApi.verifyChanBackupAsync(LnrpcChanBackupSnapshot body, ApiCallback<Object> _callback) VerifyChanBackup allows a caller to verify the integrity of a channel backup snapshot.okhttp3.CallLightningApi.verifyChanBackupCall(LnrpcChanBackupSnapshot body, ApiCallback _callback) Build call for verifyChanBackupLightningApi.verifyChanBackupWithHttpInfo(LnrpcChanBackupSnapshot body) VerifyChanBackup allows a caller to verify the integrity of a channel backup snapshot.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcChanBackupSnapshotModifier and TypeMethodDescriptionokhttp3.CallLightningApi.exportAllChannelBackupsAsync(ApiCallback<LnrpcChanBackupSnapshot> _callback) ExportAllChannelBackups returns static channel backups for all existing channels known to lnd. -
Uses of LnrpcChanBackupSnapshot in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcChanBackupSnapshotModifier and TypeMethodDescriptionStreamResultOfLnrpcChanBackupSnapshot.getResult()Get resultLnrpcChanBackupSnapshot.multiChanBackup(LnrpcMultiChanBackup multiChanBackup) LnrpcChanBackupSnapshot.singleChanBackups(LnrpcChannelBackups singleChanBackups) Methods in net.osslabz.lnd.dto with parameters of type LnrpcChanBackupSnapshotModifier and TypeMethodDescriptionStreamResultOfLnrpcChanBackupSnapshot.result(LnrpcChanBackupSnapshot result) voidStreamResultOfLnrpcChanBackupSnapshot.setResult(LnrpcChanBackupSnapshot result)