public static final class LightningApi.PendingChannelsResponse extends com.google.protobuf.GeneratedMessageV3 implements LightningApi.PendingChannelsResponseOrBuilder
lnrpc.PendingChannelsResponsecom.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
PENDING_CLOSING_CHANNELS_FIELD_NUMBER |
static int |
PENDING_FORCE_CLOSING_CHANNELS_FIELD_NUMBER |
static int |
PENDING_OPEN_CHANNELS_FIELD_NUMBER |
static int |
TOTAL_LIMBO_BALANCE_FIELD_NUMBER |
static int |
WAITING_CLOSE_CHANNELS_FIELD_NUMBER |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TOTAL_LIMBO_BALANCE_FIELD_NUMBER
public static final int PENDING_OPEN_CHANNELS_FIELD_NUMBER
public static final int PENDING_CLOSING_CHANNELS_FIELD_NUMBER
public static final int PENDING_FORCE_CLOSING_CHANNELS_FIELD_NUMBER
public static final int WAITING_CLOSE_CHANNELS_FIELD_NUMBER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public long getTotalLimboBalance()
The balance in satoshis encumbered in pending channels
int64 total_limbo_balance = 1;getTotalLimboBalance in interface LightningApi.PendingChannelsResponseOrBuilderpublic java.util.List<LightningApi.PendingChannelsResponse.PendingOpenChannel> getPendingOpenChannelsList()
Channels pending opening
repeated .lnrpc.PendingChannelsResponse.PendingOpenChannel pending_open_channels = 2;getPendingOpenChannelsList in interface LightningApi.PendingChannelsResponseOrBuilderpublic java.util.List<? extends LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder> getPendingOpenChannelsOrBuilderList()
Channels pending opening
repeated .lnrpc.PendingChannelsResponse.PendingOpenChannel pending_open_channels = 2;getPendingOpenChannelsOrBuilderList in interface LightningApi.PendingChannelsResponseOrBuilderpublic int getPendingOpenChannelsCount()
Channels pending opening
repeated .lnrpc.PendingChannelsResponse.PendingOpenChannel pending_open_channels = 2;getPendingOpenChannelsCount in interface LightningApi.PendingChannelsResponseOrBuilderpublic LightningApi.PendingChannelsResponse.PendingOpenChannel getPendingOpenChannels(int index)
Channels pending opening
repeated .lnrpc.PendingChannelsResponse.PendingOpenChannel pending_open_channels = 2;getPendingOpenChannels in interface LightningApi.PendingChannelsResponseOrBuilderpublic LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder getPendingOpenChannelsOrBuilder(int index)
Channels pending opening
repeated .lnrpc.PendingChannelsResponse.PendingOpenChannel pending_open_channels = 2;getPendingOpenChannelsOrBuilder in interface LightningApi.PendingChannelsResponseOrBuilder@Deprecated public java.util.List<LightningApi.PendingChannelsResponse.ClosedChannel> getPendingClosingChannelsList()
Deprecated: Channels pending closing previously contained cooperatively closed channels with a single confirmation. These channels are now considered closed from the time we see them on chain.
repeated .lnrpc.PendingChannelsResponse.ClosedChannel pending_closing_channels = 3 [deprecated = true];getPendingClosingChannelsList in interface LightningApi.PendingChannelsResponseOrBuilder@Deprecated public java.util.List<? extends LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder> getPendingClosingChannelsOrBuilderList()
Deprecated: Channels pending closing previously contained cooperatively closed channels with a single confirmation. These channels are now considered closed from the time we see them on chain.
repeated .lnrpc.PendingChannelsResponse.ClosedChannel pending_closing_channels = 3 [deprecated = true];getPendingClosingChannelsOrBuilderList in interface LightningApi.PendingChannelsResponseOrBuilder@Deprecated public int getPendingClosingChannelsCount()
Deprecated: Channels pending closing previously contained cooperatively closed channels with a single confirmation. These channels are now considered closed from the time we see them on chain.
repeated .lnrpc.PendingChannelsResponse.ClosedChannel pending_closing_channels = 3 [deprecated = true];getPendingClosingChannelsCount in interface LightningApi.PendingChannelsResponseOrBuilder@Deprecated public LightningApi.PendingChannelsResponse.ClosedChannel getPendingClosingChannels(int index)
Deprecated: Channels pending closing previously contained cooperatively closed channels with a single confirmation. These channels are now considered closed from the time we see them on chain.
repeated .lnrpc.PendingChannelsResponse.ClosedChannel pending_closing_channels = 3 [deprecated = true];getPendingClosingChannels in interface LightningApi.PendingChannelsResponseOrBuilder@Deprecated public LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder getPendingClosingChannelsOrBuilder(int index)
Deprecated: Channels pending closing previously contained cooperatively closed channels with a single confirmation. These channels are now considered closed from the time we see them on chain.
repeated .lnrpc.PendingChannelsResponse.ClosedChannel pending_closing_channels = 3 [deprecated = true];getPendingClosingChannelsOrBuilder in interface LightningApi.PendingChannelsResponseOrBuilderpublic java.util.List<LightningApi.PendingChannelsResponse.ForceClosedChannel> getPendingForceClosingChannelsList()
Channels pending force closing
repeated .lnrpc.PendingChannelsResponse.ForceClosedChannel pending_force_closing_channels = 4;getPendingForceClosingChannelsList in interface LightningApi.PendingChannelsResponseOrBuilderpublic java.util.List<? extends LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder> getPendingForceClosingChannelsOrBuilderList()
Channels pending force closing
repeated .lnrpc.PendingChannelsResponse.ForceClosedChannel pending_force_closing_channels = 4;getPendingForceClosingChannelsOrBuilderList in interface LightningApi.PendingChannelsResponseOrBuilderpublic int getPendingForceClosingChannelsCount()
Channels pending force closing
repeated .lnrpc.PendingChannelsResponse.ForceClosedChannel pending_force_closing_channels = 4;getPendingForceClosingChannelsCount in interface LightningApi.PendingChannelsResponseOrBuilderpublic LightningApi.PendingChannelsResponse.ForceClosedChannel getPendingForceClosingChannels(int index)
Channels pending force closing
repeated .lnrpc.PendingChannelsResponse.ForceClosedChannel pending_force_closing_channels = 4;getPendingForceClosingChannels in interface LightningApi.PendingChannelsResponseOrBuilderpublic LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder getPendingForceClosingChannelsOrBuilder(int index)
Channels pending force closing
repeated .lnrpc.PendingChannelsResponse.ForceClosedChannel pending_force_closing_channels = 4;getPendingForceClosingChannelsOrBuilder in interface LightningApi.PendingChannelsResponseOrBuilderpublic java.util.List<LightningApi.PendingChannelsResponse.WaitingCloseChannel> getWaitingCloseChannelsList()
Channels waiting for closing tx to confirm
repeated .lnrpc.PendingChannelsResponse.WaitingCloseChannel waiting_close_channels = 5;getWaitingCloseChannelsList in interface LightningApi.PendingChannelsResponseOrBuilderpublic java.util.List<? extends LightningApi.PendingChannelsResponse.WaitingCloseChannelOrBuilder> getWaitingCloseChannelsOrBuilderList()
Channels waiting for closing tx to confirm
repeated .lnrpc.PendingChannelsResponse.WaitingCloseChannel waiting_close_channels = 5;getWaitingCloseChannelsOrBuilderList in interface LightningApi.PendingChannelsResponseOrBuilderpublic int getWaitingCloseChannelsCount()
Channels waiting for closing tx to confirm
repeated .lnrpc.PendingChannelsResponse.WaitingCloseChannel waiting_close_channels = 5;getWaitingCloseChannelsCount in interface LightningApi.PendingChannelsResponseOrBuilderpublic LightningApi.PendingChannelsResponse.WaitingCloseChannel getWaitingCloseChannels(int index)
Channels waiting for closing tx to confirm
repeated .lnrpc.PendingChannelsResponse.WaitingCloseChannel waiting_close_channels = 5;getWaitingCloseChannels in interface LightningApi.PendingChannelsResponseOrBuilderpublic LightningApi.PendingChannelsResponse.WaitingCloseChannelOrBuilder getWaitingCloseChannelsOrBuilder(int index)
Channels waiting for closing tx to confirm
repeated .lnrpc.PendingChannelsResponse.WaitingCloseChannel waiting_close_channels = 5;getWaitingCloseChannelsOrBuilder in interface LightningApi.PendingChannelsResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static LightningApi.PendingChannelsResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LightningApi.PendingChannelsResponse parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LightningApi.PendingChannelsResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LightningApi.PendingChannelsResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LightningApi.PendingChannelsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LightningApi.PendingChannelsResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LightningApi.PendingChannelsResponse parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LightningApi.PendingChannelsResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static LightningApi.PendingChannelsResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LightningApi.PendingChannelsResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static LightningApi.PendingChannelsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LightningApi.PendingChannelsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic LightningApi.PendingChannelsResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static LightningApi.PendingChannelsResponse.Builder newBuilder()
public static LightningApi.PendingChannelsResponse.Builder newBuilder(LightningApi.PendingChannelsResponse prototype)
public LightningApi.PendingChannelsResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected LightningApi.PendingChannelsResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static LightningApi.PendingChannelsResponse getDefaultInstance()
public static com.google.protobuf.Parser<LightningApi.PendingChannelsResponse> parser()
public com.google.protobuf.Parser<LightningApi.PendingChannelsResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public LightningApi.PendingChannelsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder