public static interface LightningApi.WalletAccountBalanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getConfirmedBalance()
The confirmed balance of the account (with >= 1 confirmations).
|
long |
getUnconfirmedBalance()
The unconfirmed balance of the account (with 0 confirmations).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getConfirmedBalance()
The confirmed balance of the account (with >= 1 confirmations).
int64 confirmed_balance = 1;
long getUnconfirmedBalance()
The unconfirmed balance of the account (with 0 confirmations).
int64 unconfirmed_balance = 2;