-
public final class LightningBalance.ClaimableAwaitingConfirmations extends LightningBalance
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLightningBalance.ClaimableAwaitingConfirmations.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringchannelIdprivate final StringcounterpartyNodeIdprivate final ULongamountSatoshisprivate final UIntconfirmationHeightprivate final BalanceSourcesource
-
Constructor Summary
Constructors Constructor Description LightningBalance.ClaimableAwaitingConfirmations(String channelId, String counterpartyNodeId, ULong amountSatoshis, UInt confirmationHeight, BalanceSource source)
-
Method Summary
Modifier and Type Method Description final StringgetChannelId()final StringgetCounterpartyNodeId()final ULonggetAmountSatoshis()final UIntgetConfirmationHeight()final BalanceSourcegetSource()-
-
Constructor Detail
-
LightningBalance.ClaimableAwaitingConfirmations
LightningBalance.ClaimableAwaitingConfirmations(String channelId, String counterpartyNodeId, ULong amountSatoshis, UInt confirmationHeight, BalanceSource source)
-
-
Method Detail
-
getChannelId
final String getChannelId()
-
getCounterpartyNodeId
final String getCounterpartyNodeId()
-
getAmountSatoshis
final ULong getAmountSatoshis()
-
getConfirmationHeight
final UInt getConfirmationHeight()
-
getSource
final BalanceSource getSource()
-
-
-
-