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 classClosureReason.CommitmentTxConfirmedstatic classClosureReason.CooperativeClosurestatic classClosureReason.CounterpartyForceClosedstatic classClosureReason.DisconnectedPeerstatic classClosureReason.HolderForceClosedstatic classClosureReason.OutdatedChannelManagerstatic classClosureReason.ProcessingErrorFields in org.ldk.structs declared as ClosureReason Modifier and Type Field Description ClosureReasonEvent.ChannelClosed. reasonThe reason the channel was closed.Methods in org.ldk.structs that return ClosureReason Modifier and Type Method Description ClosureReasonClosureReason. clone()Creates a copy of the ClosureReasonstatic ClosureReasonClosureReason. commitment_tx_confirmed()Utility method to constructs a new CommitmentTxConfirmed-variant ClosureReasonstatic ClosureReasonClosureReason. cooperative_closure()Utility method to constructs a new CooperativeClosure-variant ClosureReasonstatic ClosureReasonClosureReason. counterparty_force_closed(String peer_msg)Utility method to constructs a new CounterpartyForceClosed-variant ClosureReasonstatic ClosureReasonClosureReason. disconnected_peer()Utility method to constructs a new DisconnectedPeer-variant ClosureReasonstatic ClosureReasonClosureReason. holder_force_closed()Utility method to constructs a new HolderForceClosed-variant ClosureReasonstatic ClosureReasonClosureReason. outdated_channel_manager()Utility method to constructs a new OutdatedChannelManager-variant ClosureReasonstatic ClosureReasonClosureReason. 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 EventEvent. channel_closed(byte[] channel_id, long user_channel_id, ClosureReason reason)Utility method to constructs a new ChannelClosed-variant Event
-