public static interface LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
LightningApi.PendingChannelsResponse.PendingChannel |
getChannel()
The pending channel to be closed
|
LightningApi.PendingChannelsResponse.PendingChannelOrBuilder |
getChannelOrBuilder()
The pending channel to be closed
|
java.lang.String |
getClosingTxid()
The transaction id of the closing transaction
|
com.google.protobuf.ByteString |
getClosingTxidBytes()
The transaction id of the closing transaction
|
boolean |
hasChannel()
The pending channel to be closed
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasChannel()
The pending channel to be closed
.lnrpc.PendingChannelsResponse.PendingChannel channel = 1;
LightningApi.PendingChannelsResponse.PendingChannel getChannel()
The pending channel to be closed
.lnrpc.PendingChannelsResponse.PendingChannel channel = 1;
LightningApi.PendingChannelsResponse.PendingChannelOrBuilder getChannelOrBuilder()
The pending channel to be closed
.lnrpc.PendingChannelsResponse.PendingChannel channel = 1;
java.lang.String getClosingTxid()
The transaction id of the closing transaction
string closing_txid = 2;
com.google.protobuf.ByteString getClosingTxidBytes()
The transaction id of the closing transaction
string closing_txid = 2;