public static interface LightningApi.GetRecoveryInfoResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getProgress()
The recovery progress, ranging from 0 to 1.
|
boolean |
getRecoveryFinished()
Whether the wallet recovery progress is finished
|
boolean |
getRecoveryMode()
Whether the wallet is in recovery mode
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getRecoveryMode()
Whether the wallet is in recovery mode
bool recovery_mode = 1;boolean getRecoveryFinished()
Whether the wallet recovery progress is finished
bool recovery_finished = 2;double getProgress()
The recovery progress, ranging from 0 to 1.
double progress = 3;