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 ShutdownMessageSendEvent.SendShutdown. msgThe message which should be sent.ShutdownResult_ShutdownDecodeErrorZ.Result_ShutdownDecodeErrorZ_OK. resMethods in org.ldk.structs that return Shutdown Modifier and Type Method Description ShutdownShutdown. clone()Creates a copy of the Shutdownstatic ShutdownShutdown. 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 voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_shutdown(byte[] their_node_id, InitFeatures their_features, Shutdown msg)Handle an incoming shutdown message from the given peer.voidChannelMessageHandler. handle_shutdown(byte[] their_node_id, InitFeatures their_features, Shutdown msg)Handle an incoming shutdown message from the given peer.static Result_ShutdownDecodeErrorZResult_ShutdownDecodeErrorZ. ok(Shutdown o)Creates a new CResult_ShutdownDecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_shutdown(byte[] node_id, Shutdown msg)Utility method to constructs a new SendShutdown-variant MessageSendEvent
-