Uses of Class
net.osslabz.lnd.dto.LnrpcChannelBackup
Packages that use LnrpcChannelBackup
-
Uses of LnrpcChannelBackup in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcChannelBackupModifier and TypeMethodDescriptionLightningApi.exportChannelBackup(String chanPointFundingTxidStr, Long chanPointOutputIndex, byte[] chanPointFundingTxidBytes) lncli: `exportchanbackup` ExportChannelBackup attempts to return an encrypted static channel backup for the target channel identified by it channel point.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcChannelBackupModifier and TypeMethodDescriptionLightningApi.exportChannelBackupWithHttpInfo(String chanPointFundingTxidStr, Long chanPointOutputIndex, byte[] chanPointFundingTxidBytes) lncli: `exportchanbackup` ExportChannelBackup attempts to return an encrypted static channel backup for the target channel identified by it channel point.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcChannelBackupModifier and TypeMethodDescriptionokhttp3.CallLightningApi.exportChannelBackupAsync(String chanPointFundingTxidStr, Long chanPointOutputIndex, byte[] chanPointFundingTxidBytes, ApiCallback<LnrpcChannelBackup> _callback) lncli: `exportchanbackup` ExportChannelBackup attempts to return an encrypted static channel backup for the target channel identified by it channel point. -
Uses of LnrpcChannelBackup in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcChannelBackupModifier and TypeMethodDescriptionLnrpcChannelBackup.chanBackup(byte[] chanBackup) LnrpcChannelBackup.chanPoint(LnrpcChannelPoint chanPoint) Methods in net.osslabz.lnd.dto that return types with arguments of type LnrpcChannelBackupModifier and TypeMethodDescriptionLnrpcChannelBackups.getChanBackups()A set of single-chan static channel backups.Methods in net.osslabz.lnd.dto with parameters of type LnrpcChannelBackupModifier and TypeMethodDescriptionLnrpcChannelBackups.addChanBackupsItem(LnrpcChannelBackup chanBackupsItem) Method parameters in net.osslabz.lnd.dto with type arguments of type LnrpcChannelBackupModifier and TypeMethodDescriptionLnrpcChannelBackups.chanBackups(List<LnrpcChannelBackup> chanBackups) voidLnrpcChannelBackups.setChanBackups(List<LnrpcChannelBackup> chanBackups)