public static interface LightningApi.AliasMapOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getAliases(int index)
The set of all aliases stored for the base SCID.
|
int |
getAliasesCount()
The set of all aliases stored for the base SCID.
|
java.util.List<java.lang.Long> |
getAliasesList()
The set of all aliases stored for the base SCID.
|
long |
getBaseScid()
For non-zero-conf channels, this is the confirmed SCID.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getBaseScid()
For non-zero-conf channels, this is the confirmed SCID. Otherwise, this is the first assigned "base" alias.
uint64 base_scid = 1;
java.util.List<java.lang.Long> getAliasesList()
The set of all aliases stored for the base SCID.
repeated uint64 aliases = 2;
int getAliasesCount()
The set of all aliases stored for the base SCID.
repeated uint64 aliases = 2;
long getAliases(int index)
The set of all aliases stored for the base SCID.
repeated uint64 aliases = 2;
index
- The index of the element to return.