public static interface LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCapacity()
int64 capacity = 3; |
java.lang.String |
getChannelPoint()
string channel_point = 2; |
com.google.protobuf.ByteString |
getChannelPointBytes()
string channel_point = 2; |
java.lang.String |
getChanStatusFlags()
A set of flags showing the current state of the channel.
|
com.google.protobuf.ByteString |
getChanStatusFlagsBytes()
A set of flags showing the current state of the channel.
|
LightningApi.CommitmentType |
getCommitmentType()
The commitment type used by this channel.
|
int |
getCommitmentTypeValue()
The commitment type used by this channel.
|
LightningApi.Initiator |
getInitiator()
The party that initiated opening the channel.
|
int |
getInitiatorValue()
The party that initiated opening the channel.
|
long |
getLocalBalance()
int64 local_balance = 4; |
long |
getLocalChanReserveSat()
The minimum satoshis this node is required to reserve in its
balance.
|
java.lang.String |
getMemo()
An optional note-to-self to go along with the channel containing some
useful information.
|
com.google.protobuf.ByteString |
getMemoBytes()
An optional note-to-self to go along with the channel containing some
useful information.
|
long |
getNumForwardingPackages()
Total number of forwarding packages created in this channel.
|
boolean |
getPrivate()
Whether this channel is advertised to the network or not.
|
long |
getRemoteBalance()
int64 remote_balance = 5; |
long |
getRemoteChanReserveSat()
The minimum satoshis the other node is required to reserve in its
balance.
|
java.lang.String |
getRemoteNodePub()
string remote_node_pub = 1; |
com.google.protobuf.ByteString |
getRemoteNodePubBytes()
string remote_node_pub = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getRemoteNodePub()
string remote_node_pub = 1;com.google.protobuf.ByteString getRemoteNodePubBytes()
string remote_node_pub = 1;java.lang.String getChannelPoint()
string channel_point = 2;com.google.protobuf.ByteString getChannelPointBytes()
string channel_point = 2;long getCapacity()
int64 capacity = 3;long getLocalBalance()
int64 local_balance = 4;long getRemoteBalance()
int64 remote_balance = 5;long getLocalChanReserveSat()
The minimum satoshis this node is required to reserve in its balance.
int64 local_chan_reserve_sat = 6;long getRemoteChanReserveSat()
The minimum satoshis the other node is required to reserve in its balance.
int64 remote_chan_reserve_sat = 7;int getInitiatorValue()
The party that initiated opening the channel.
.lnrpc.Initiator initiator = 8;LightningApi.Initiator getInitiator()
The party that initiated opening the channel.
.lnrpc.Initiator initiator = 8;int getCommitmentTypeValue()
The commitment type used by this channel.
.lnrpc.CommitmentType commitment_type = 9;LightningApi.CommitmentType getCommitmentType()
The commitment type used by this channel.
.lnrpc.CommitmentType commitment_type = 9;long getNumForwardingPackages()
Total number of forwarding packages created in this channel.
int64 num_forwarding_packages = 10;java.lang.String getChanStatusFlags()
A set of flags showing the current state of the channel.
string chan_status_flags = 11;com.google.protobuf.ByteString getChanStatusFlagsBytes()
A set of flags showing the current state of the channel.
string chan_status_flags = 11;boolean getPrivate()
Whether this channel is advertised to the network or not.
bool private = 12;java.lang.String getMemo()
An optional note-to-self to go along with the channel containing some useful information. This is only ever stored locally and in no way impacts the channel's operation.
string memo = 13;com.google.protobuf.ByteString getMemoBytes()
An optional note-to-self to go along with the channel containing some useful information. This is only ever stored locally and in no way impacts the channel's operation.
string memo = 13;