Uses of Class
org.ldk.structs.ChannelReestablish
-
Packages that use ChannelReestablish Package Description org.ldk.structs -
-
Uses of ChannelReestablish in org.ldk.structs
Fields in org.ldk.structs declared as ChannelReestablish Modifier and Type Field Description ChannelReestablishMessageSendEvent.SendChannelReestablish. msgThe message which should be sent.ChannelReestablishResult_ChannelReestablishDecodeErrorZ.Result_ChannelReestablishDecodeErrorZ_OK. resMethods in org.ldk.structs that return ChannelReestablish Modifier and Type Method Description ChannelReestablishChannelReestablish. clone()Creates a copy of the ChannelReestablishMethods in org.ldk.structs with parameters of type ChannelReestablish Modifier and Type Method Description voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_channel_reestablish(byte[] their_node_id, ChannelReestablish msg)Handle an incoming channel_reestablish message from the given peer.voidChannelMessageHandler. handle_channel_reestablish(byte[] their_node_id, ChannelReestablish msg)Handle an incoming channel_reestablish message from the given peer.static Result_ChannelReestablishDecodeErrorZResult_ChannelReestablishDecodeErrorZ. ok(ChannelReestablish o)Creates a new CResult_ChannelReestablishDecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_channel_reestablish(byte[] node_id, ChannelReestablish msg)Utility method to constructs a new SendChannelReestablish-variant MessageSendEvent
-