Uses of Class
org.ldk.structs.ChannelReady
-
Packages that use ChannelReady Package Description org.ldk.structs -
-
Uses of ChannelReady in org.ldk.structs
Fields in org.ldk.structs declared as ChannelReady Modifier and Type Field Description ChannelReadyMessageSendEvent.SendChannelReady. msgThe channel_ready message which should be sent.ChannelReadyResult_ChannelReadyDecodeErrorZ.Result_ChannelReadyDecodeErrorZ_OK. resMethods in org.ldk.structs that return ChannelReady Modifier and Type Method Description ChannelReadyChannelReady. clone()Creates a copy of the ChannelReadystatic ChannelReadyChannelReady. of(byte[] channel_id_arg, byte[] next_per_commitment_point_arg, Option_u64Z short_channel_id_alias_arg)Constructs a new ChannelReady given each fieldMethods in org.ldk.structs with parameters of type ChannelReady Modifier and Type Method Description voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_channel_ready(byte[] their_node_id, ChannelReady msg)Handle an incoming channel_ready message from the given peer.voidChannelMessageHandler. handle_channel_ready(byte[] their_node_id, ChannelReady msg)Handle an incoming channel_ready message from the given peer.static Result_ChannelReadyDecodeErrorZResult_ChannelReadyDecodeErrorZ. ok(ChannelReady o)Creates a new CResult_ChannelReadyDecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_channel_ready(byte[] node_id, ChannelReady msg)Utility method to constructs a new SendChannelReady-variant MessageSendEvent
-