-
public final class PendingSweepBalance.AwaitingThresholdConfirmations extends PendingSweepBalance
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPendingSweepBalance.AwaitingThresholdConfirmations.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringchannelIdprivate final StringlatestSpendingTxidprivate final StringconfirmationHashprivate final UIntconfirmationHeightprivate final ULongamountSatoshis
-
Method Summary
Modifier and Type Method Description final StringgetChannelId()final StringgetLatestSpendingTxid()final StringgetConfirmationHash()final UIntgetConfirmationHeight()final ULonggetAmountSatoshis()-
-
Method Detail
-
getChannelId
final String getChannelId()
-
getLatestSpendingTxid
final String getLatestSpendingTxid()
-
getConfirmationHash
final String getConfirmationHash()
-
getConfirmationHeight
final UInt getConfirmationHeight()
-
getAmountSatoshis
final ULong getAmountSatoshis()
-
-
-
-