public static interface LightningApi.MultiChanBackupOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
LightningApi.ChannelPoint |
getChanPoints(int index)
Is the set of all channels that are included in this multi-channel backup.
|
int |
getChanPointsCount()
Is the set of all channels that are included in this multi-channel backup.
|
java.util.List<LightningApi.ChannelPoint> |
getChanPointsList()
Is the set of all channels that are included in this multi-channel backup.
|
LightningApi.ChannelPointOrBuilder |
getChanPointsOrBuilder(int index)
Is the set of all channels that are included in this multi-channel backup.
|
java.util.List<? extends LightningApi.ChannelPointOrBuilder> |
getChanPointsOrBuilderList()
Is the set of all channels that are included in this multi-channel backup.
|
com.google.protobuf.ByteString |
getMultiChanBackup()
A single encrypted blob containing all the static channel backups of the
channel listed above.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<LightningApi.ChannelPoint> getChanPointsList()
Is the set of all channels that are included in this multi-channel backup.
repeated .lnrpc.ChannelPoint chan_points = 1;
LightningApi.ChannelPoint getChanPoints(int index)
Is the set of all channels that are included in this multi-channel backup.
repeated .lnrpc.ChannelPoint chan_points = 1;
int getChanPointsCount()
Is the set of all channels that are included in this multi-channel backup.
repeated .lnrpc.ChannelPoint chan_points = 1;
java.util.List<? extends LightningApi.ChannelPointOrBuilder> getChanPointsOrBuilderList()
Is the set of all channels that are included in this multi-channel backup.
repeated .lnrpc.ChannelPoint chan_points = 1;
LightningApi.ChannelPointOrBuilder getChanPointsOrBuilder(int index)
Is the set of all channels that are included in this multi-channel backup.
repeated .lnrpc.ChannelPoint chan_points = 1;
com.google.protobuf.ByteString getMultiChanBackup()
A single encrypted blob containing all the static channel backups of the channel listed above. This can be stored as a single file or blob, and safely be replaced with any prior/future versions. When using REST, this field must be encoded as base64.
bytes multi_chan_backup = 2;