-
public final class LightningBalance.MaybeTimeoutClaimableHtlc extends LightningBalance
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLightningBalance.MaybeTimeoutClaimableHtlc.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringchannelIdprivate final StringcounterpartyNodeIdprivate final ULongamountSatoshisprivate final UIntclaimableHeightprivate final StringpaymentHashprivate final BooleanoutboundPayment
-
Method Summary
Modifier and Type Method Description final StringgetChannelId()final StringgetCounterpartyNodeId()final ULonggetAmountSatoshis()final UIntgetClaimableHeight()final StringgetPaymentHash()final BooleangetOutboundPayment()-
-
Method Detail
-
getChannelId
final String getChannelId()
-
getCounterpartyNodeId
final String getCounterpartyNodeId()
-
getAmountSatoshis
final ULong getAmountSatoshis()
-
getClaimableHeight
final UInt getClaimableHeight()
-
getPaymentHash
final String getPaymentHash()
-
getOutboundPayment
final Boolean getOutboundPayment()
-
-
-
-