-
public final class PendingSweepBalance.PendingBroadcast extends PendingSweepBalance
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPendingSweepBalance.PendingBroadcast.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringchannelIdprivate final ULongamountSatoshis
-
Constructor Summary
Constructors Constructor Description PendingSweepBalance.PendingBroadcast(String channelId, ULong amountSatoshis)
-
Method Summary
Modifier and Type Method Description final StringgetChannelId()final ULonggetAmountSatoshis()-
-
Method Detail
-
getChannelId
final String getChannelId()
-
getAmountSatoshis
final ULong getAmountSatoshis()
-
-
-
-