Uses of Class
org.ldk.structs.ClosureReason
-
Packages that use ClosureReason Package Description org.ldk.structs -
-
Uses of ClosureReason in org.ldk.structs
Subclasses of ClosureReason in org.ldk.structs Modifier and Type Class Description static class
ClosureReason.CommitmentTxConfirmed
static class
ClosureReason.CooperativeClosure
static class
ClosureReason.CounterpartyForceClosed
static class
ClosureReason.DisconnectedPeer
static class
ClosureReason.HolderForceClosed
static class
ClosureReason.OutdatedChannelManager
static class
ClosureReason.ProcessingError
Fields in org.ldk.structs declared as ClosureReason Modifier and Type Field Description ClosureReason
Event.ChannelClosed. reason
The reason the channel was closed.Methods in org.ldk.structs that return ClosureReason Modifier and Type Method Description ClosureReason
ClosureReason. clone()
Creates a copy of the ClosureReasonstatic ClosureReason
ClosureReason. commitment_tx_confirmed()
Utility method to constructs a new CommitmentTxConfirmed-variant ClosureReasonstatic ClosureReason
ClosureReason. cooperative_closure()
Utility method to constructs a new CooperativeClosure-variant ClosureReasonstatic ClosureReason
ClosureReason. counterparty_force_closed(String peer_msg)
Utility method to constructs a new CounterpartyForceClosed-variant ClosureReasonstatic ClosureReason
ClosureReason. disconnected_peer()
Utility method to constructs a new DisconnectedPeer-variant ClosureReasonstatic ClosureReason
ClosureReason. holder_force_closed()
Utility method to constructs a new HolderForceClosed-variant ClosureReasonstatic ClosureReason
ClosureReason. outdated_channel_manager()
Utility method to constructs a new OutdatedChannelManager-variant ClosureReasonstatic ClosureReason
ClosureReason. processing_error(String err)
Utility method to constructs a new ProcessingError-variant ClosureReasonMethods in org.ldk.structs with parameters of type ClosureReason Modifier and Type Method Description static Event
Event. channel_closed(byte[] channel_id, ClosureReason reason)
Utility method to constructs a new ChannelClosed-variant Event
-