-
public final class LightningBalance.ClaimableOnChannelClose extends LightningBalance
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLightningBalance.ClaimableOnChannelClose.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringchannelIdprivate final StringcounterpartyNodeIdprivate final ULongamountSatoshisprivate final ULongtransactionFeeSatoshisprivate final ULongoutboundPaymentHtlcRoundedMsatprivate final ULongoutboundForwardedHtlcRoundedMsatprivate final ULonginboundClaimingHtlcRoundedMsatprivate final ULonginboundHtlcRoundedMsat
-
Constructor Summary
Constructors Constructor Description LightningBalance.ClaimableOnChannelClose(String channelId, String counterpartyNodeId, ULong amountSatoshis, ULong transactionFeeSatoshis, ULong outboundPaymentHtlcRoundedMsat, ULong outboundForwardedHtlcRoundedMsat, ULong inboundClaimingHtlcRoundedMsat, ULong inboundHtlcRoundedMsat)
-
Method Summary
Modifier and Type Method Description final StringgetChannelId()final StringgetCounterpartyNodeId()final ULonggetAmountSatoshis()final ULonggetTransactionFeeSatoshis()final ULonggetOutboundPaymentHtlcRoundedMsat()final ULonggetOutboundForwardedHtlcRoundedMsat()final ULonggetInboundClaimingHtlcRoundedMsat()final ULonggetInboundHtlcRoundedMsat()-
-
Constructor Detail
-
LightningBalance.ClaimableOnChannelClose
LightningBalance.ClaimableOnChannelClose(String channelId, String counterpartyNodeId, ULong amountSatoshis, ULong transactionFeeSatoshis, ULong outboundPaymentHtlcRoundedMsat, ULong outboundForwardedHtlcRoundedMsat, ULong inboundClaimingHtlcRoundedMsat, ULong inboundHtlcRoundedMsat)
-
-
Method Detail
-
getChannelId
final String getChannelId()
-
getCounterpartyNodeId
final String getCounterpartyNodeId()
-
getAmountSatoshis
final ULong getAmountSatoshis()
-
getTransactionFeeSatoshis
final ULong getTransactionFeeSatoshis()
-
getOutboundPaymentHtlcRoundedMsat
final ULong getOutboundPaymentHtlcRoundedMsat()
-
getOutboundForwardedHtlcRoundedMsat
final ULong getOutboundForwardedHtlcRoundedMsat()
-
getInboundClaimingHtlcRoundedMsat
final ULong getInboundClaimingHtlcRoundedMsat()
-
getInboundHtlcRoundedMsat
final ULong getInboundHtlcRoundedMsat()
-
-
-
-