public static interface LightningApi.ChannelBalanceResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBalance()
Deprecated.
lnrpc.ChannelBalanceResponse.balance is deprecated.
See lightning.api.proto;l=2887
|
LightningApi.Amount |
getLocalBalance()
Sum of channels local balances.
|
LightningApi.AmountOrBuilder |
getLocalBalanceOrBuilder()
Sum of channels local balances.
|
long |
getPendingOpenBalance()
Deprecated.
lnrpc.ChannelBalanceResponse.pending_open_balance is deprecated.
See lightning.api.proto;l=2890
|
LightningApi.Amount |
getPendingOpenLocalBalance()
Sum of channels pending local balances.
|
LightningApi.AmountOrBuilder |
getPendingOpenLocalBalanceOrBuilder()
Sum of channels pending local balances.
|
LightningApi.Amount |
getPendingOpenRemoteBalance()
Sum of channels pending remote balances.
|
LightningApi.AmountOrBuilder |
getPendingOpenRemoteBalanceOrBuilder()
Sum of channels pending remote balances.
|
LightningApi.Amount |
getRemoteBalance()
Sum of channels remote balances.
|
LightningApi.AmountOrBuilder |
getRemoteBalanceOrBuilder()
Sum of channels remote balances.
|
LightningApi.Amount |
getUnsettledLocalBalance()
Sum of channels local unsettled balances.
|
LightningApi.AmountOrBuilder |
getUnsettledLocalBalanceOrBuilder()
Sum of channels local unsettled balances.
|
LightningApi.Amount |
getUnsettledRemoteBalance()
Sum of channels remote unsettled balances.
|
LightningApi.AmountOrBuilder |
getUnsettledRemoteBalanceOrBuilder()
Sum of channels remote unsettled balances.
|
boolean |
hasLocalBalance()
Sum of channels local balances.
|
boolean |
hasPendingOpenLocalBalance()
Sum of channels pending local balances.
|
boolean |
hasPendingOpenRemoteBalance()
Sum of channels pending remote balances.
|
boolean |
hasRemoteBalance()
Sum of channels remote balances.
|
boolean |
hasUnsettledLocalBalance()
Sum of channels local unsettled balances.
|
boolean |
hasUnsettledRemoteBalance()
Sum of channels remote unsettled balances.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated long getBalance()
Deprecated. Sum of channels balances denominated in satoshis
int64 balance = 1 [deprecated = true];@Deprecated long getPendingOpenBalance()
Deprecated. Sum of channels pending balances denominated in satoshis
int64 pending_open_balance = 2 [deprecated = true];boolean hasLocalBalance()
Sum of channels local balances.
.lnrpc.Amount local_balance = 3;LightningApi.Amount getLocalBalance()
Sum of channels local balances.
.lnrpc.Amount local_balance = 3;LightningApi.AmountOrBuilder getLocalBalanceOrBuilder()
Sum of channels local balances.
.lnrpc.Amount local_balance = 3;boolean hasRemoteBalance()
Sum of channels remote balances.
.lnrpc.Amount remote_balance = 4;LightningApi.Amount getRemoteBalance()
Sum of channels remote balances.
.lnrpc.Amount remote_balance = 4;LightningApi.AmountOrBuilder getRemoteBalanceOrBuilder()
Sum of channels remote balances.
.lnrpc.Amount remote_balance = 4;boolean hasUnsettledLocalBalance()
Sum of channels local unsettled balances.
.lnrpc.Amount unsettled_local_balance = 5;LightningApi.Amount getUnsettledLocalBalance()
Sum of channels local unsettled balances.
.lnrpc.Amount unsettled_local_balance = 5;LightningApi.AmountOrBuilder getUnsettledLocalBalanceOrBuilder()
Sum of channels local unsettled balances.
.lnrpc.Amount unsettled_local_balance = 5;boolean hasUnsettledRemoteBalance()
Sum of channels remote unsettled balances.
.lnrpc.Amount unsettled_remote_balance = 6;LightningApi.Amount getUnsettledRemoteBalance()
Sum of channels remote unsettled balances.
.lnrpc.Amount unsettled_remote_balance = 6;LightningApi.AmountOrBuilder getUnsettledRemoteBalanceOrBuilder()
Sum of channels remote unsettled balances.
.lnrpc.Amount unsettled_remote_balance = 6;boolean hasPendingOpenLocalBalance()
Sum of channels pending local balances.
.lnrpc.Amount pending_open_local_balance = 7;LightningApi.Amount getPendingOpenLocalBalance()
Sum of channels pending local balances.
.lnrpc.Amount pending_open_local_balance = 7;LightningApi.AmountOrBuilder getPendingOpenLocalBalanceOrBuilder()
Sum of channels pending local balances.
.lnrpc.Amount pending_open_local_balance = 7;boolean hasPendingOpenRemoteBalance()
Sum of channels pending remote balances.
.lnrpc.Amount pending_open_remote_balance = 8;LightningApi.Amount getPendingOpenRemoteBalance()
Sum of channels pending remote balances.
.lnrpc.Amount pending_open_remote_balance = 8;LightningApi.AmountOrBuilder getPendingOpenRemoteBalanceOrBuilder()
Sum of channels pending remote balances.
.lnrpc.Amount pending_open_remote_balance = 8;