-
public final class LightningBalance.CounterpartyRevokedOutputClaimable extends LightningBalance
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLightningBalance.CounterpartyRevokedOutputClaimable.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringchannelIdprivate final StringcounterpartyNodeIdprivate final ULongamountSatoshis
-
Constructor Summary
Constructors Constructor Description LightningBalance.CounterpartyRevokedOutputClaimable(String channelId, String counterpartyNodeId, ULong amountSatoshis)
-
Method Summary
Modifier and Type Method Description final StringgetChannelId()final StringgetCounterpartyNodeId()final ULonggetAmountSatoshis()-
-
Method Detail
-
getChannelId
final String getChannelId()
-
getCounterpartyNodeId
final String getCounterpartyNodeId()
-
getAmountSatoshis
final ULong getAmountSatoshis()
-
-
-
-