Uses of Class
org.ldk.structs.OpenChannel
-
Packages that use OpenChannel Package Description org.ldk.structs -
-
Uses of OpenChannel in org.ldk.structs
Fields in org.ldk.structs declared as OpenChannel Modifier and Type Field Description OpenChannelMessageSendEvent.SendOpenChannel. msgThe message which should be sent.OpenChannelResult_OpenChannelDecodeErrorZ.Result_OpenChannelDecodeErrorZ_OK. resMethods in org.ldk.structs that return OpenChannel Modifier and Type Method Description OpenChannelOpenChannel. clone()Creates a copy of the OpenChannelMethods in org.ldk.structs with parameters of type OpenChannel Modifier and Type Method Description voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_open_channel(byte[] their_node_id, InitFeatures their_features, OpenChannel msg)Handle an incoming open_channel message from the given peer.voidChannelMessageHandler. handle_open_channel(byte[] their_node_id, InitFeatures their_features, OpenChannel msg)Handle an incoming open_channel message from the given peer.static Result_OpenChannelDecodeErrorZResult_OpenChannelDecodeErrorZ. ok(OpenChannel o)Creates a new CResult_OpenChannelDecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_open_channel(byte[] node_id, OpenChannel msg)Utility method to constructs a new SendOpenChannel-variant MessageSendEvent
-