Uses of Class
org.ldk.structs.Shutdown
-
Packages that use Shutdown Package Description org.ldk.structs -
-
Uses of Shutdown in org.ldk.structs
Fields in org.ldk.structs declared as Shutdown Modifier and Type Field Description Shutdown
MessageSendEvent.SendShutdown. msg
The message which should be sent.Shutdown
Result_ShutdownDecodeErrorZ.Result_ShutdownDecodeErrorZ_OK. res
Methods in org.ldk.structs that return Shutdown Modifier and Type Method Description Shutdown
Shutdown. clone()
Creates a copy of the Shutdownstatic Shutdown
Shutdown. of(byte[] channel_id_arg, byte[] scriptpubkey_arg)
Constructs a new Shutdown given each fieldMethods in org.ldk.structs with parameters of type Shutdown Modifier and Type Method Description void
ChannelMessageHandler.ChannelMessageHandlerInterface. handle_shutdown(byte[] their_node_id, InitFeatures their_features, Shutdown msg)
Handle an incoming shutdown message from the given peer.void
ChannelMessageHandler. handle_shutdown(byte[] their_node_id, InitFeatures their_features, Shutdown msg)
Handle an incoming shutdown message from the given peer.static Result_ShutdownDecodeErrorZ
Result_ShutdownDecodeErrorZ. ok(Shutdown o)
Creates a new CResult_ShutdownDecodeErrorZ in the success state.static MessageSendEvent
MessageSendEvent. send_shutdown(byte[] node_id, Shutdown msg)
Utility method to constructs a new SendShutdown-variant MessageSendEvent
-