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 OpenChannel
MessageSendEvent.SendOpenChannel. msg
The message which should be sent.OpenChannel
Result_OpenChannelDecodeErrorZ.Result_OpenChannelDecodeErrorZ_OK. res
Methods in org.ldk.structs that return OpenChannel Modifier and Type Method Description OpenChannel
OpenChannel. clone()
Creates a copy of the OpenChannelMethods in org.ldk.structs with parameters of type OpenChannel Modifier and Type Method Description void
ChannelMessageHandler.ChannelMessageHandlerInterface. handle_open_channel(byte[] their_node_id, InitFeatures their_features, OpenChannel msg)
Handle an incoming open_channel message from the given peer.void
ChannelMessageHandler. handle_open_channel(byte[] their_node_id, InitFeatures their_features, OpenChannel msg)
Handle an incoming open_channel message from the given peer.static Result_OpenChannelDecodeErrorZ
Result_OpenChannelDecodeErrorZ. ok(OpenChannel o)
Creates a new CResult_OpenChannelDecodeErrorZ in the success state.static MessageSendEvent
MessageSendEvent. send_open_channel(byte[] node_id, OpenChannel msg)
Utility method to constructs a new SendOpenChannel-variant MessageSendEvent
-