Uses of Class
net.osslabz.lnd.dto.LnrpcGetRecoveryInfoResponse
Packages that use LnrpcGetRecoveryInfoResponse
-
Uses of LnrpcGetRecoveryInfoResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcGetRecoveryInfoResponseModifier and TypeMethodDescriptionLightningApi.getRecoveryInfo()* lncli: `getrecoveryinfo` GetRecoveryInfo returns information concerning the recovery mode including whether it's in a recovery mode, whether the recovery is finished, and the progress made so far.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcGetRecoveryInfoResponseModifier and TypeMethodDescriptionLightningApi.getRecoveryInfoWithHttpInfo()* lncli: `getrecoveryinfo` GetRecoveryInfo returns information concerning the recovery mode including whether it's in a recovery mode, whether the recovery is finished, and the progress made so far.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcGetRecoveryInfoResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.getRecoveryInfoAsync(ApiCallback<LnrpcGetRecoveryInfoResponse> _callback) * lncli: `getrecoveryinfo` GetRecoveryInfo returns information concerning the recovery mode including whether it's in a recovery mode, whether the recovery is finished, and the progress made so far. -
Uses of LnrpcGetRecoveryInfoResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcGetRecoveryInfoResponseModifier and TypeMethodDescriptionLnrpcGetRecoveryInfoResponse.recoveryFinished(Boolean recoveryFinished) LnrpcGetRecoveryInfoResponse.recoveryMode(Boolean recoveryMode)