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 ChannelReestablish
MessageSendEvent.SendChannelReestablish. msg
The message which should be sent.ChannelReestablish
Result_ChannelReestablishDecodeErrorZ.Result_ChannelReestablishDecodeErrorZ_OK. res
Methods in org.ldk.structs that return ChannelReestablish Modifier and Type Method Description ChannelReestablish
ChannelReestablish. clone()
Creates a copy of the ChannelReestablishMethods in org.ldk.structs with parameters of type ChannelReestablish Modifier and Type Method Description boolean
ChannelReestablish. eq(ChannelReestablish b)
Checks if two ChannelReestablishs contain equal inner contents.void
ChannelMessageHandler.ChannelMessageHandlerInterface. handle_channel_reestablish(byte[] their_node_id, ChannelReestablish msg)
Handle an incoming `channel_reestablish` message from the given peer.void
ChannelMessageHandler. handle_channel_reestablish(byte[] their_node_id, ChannelReestablish msg)
Handle an incoming `channel_reestablish` message from the given peer.static Result_ChannelReestablishDecodeErrorZ
Result_ChannelReestablishDecodeErrorZ. ok(ChannelReestablish o)
Creates a new CResult_ChannelReestablishDecodeErrorZ in the success state.static MessageSendEvent
MessageSendEvent. send_channel_reestablish(byte[] node_id, ChannelReestablish msg)
Utility method to constructs a new SendChannelReestablish-variant MessageSendEvent
-