-
public final class Event.ChannelPending extends Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEvent.ChannelPending.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringchannelIdprivate final StringuserChannelIdprivate final StringformerTemporaryChannelIdprivate final StringcounterpartyNodeIdprivate final OutPointfundingTxo
-
Method Summary
Modifier and Type Method Description final StringgetChannelId()final StringgetUserChannelId()final StringgetFormerTemporaryChannelId()final StringgetCounterpartyNodeId()final OutPointgetFundingTxo()-
-
Method Detail
-
getChannelId
final String getChannelId()
-
getUserChannelId
final String getUserChannelId()
-
getFormerTemporaryChannelId
final String getFormerTemporaryChannelId()
-
getCounterpartyNodeId
final String getCounterpartyNodeId()
-
getFundingTxo
final OutPoint getFundingTxo()
-
-
-
-