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 ChannelReestablishstatic ChannelReestablishChannelReestablish. of(byte[] channel_id_arg, long next_local_commitment_number_arg, long next_remote_commitment_number_arg, byte[] your_last_per_commitment_secret_arg, byte[] my_current_per_commitment_point_arg, Option_ThirtyTwoBytesZ next_funding_txid_arg)Constructs a new ChannelReestablish given each fieldMethods in org.ldk.structs with parameters of type ChannelReestablish Modifier and Type Method Description booleanChannelReestablish. eq(ChannelReestablish b)Checks if two ChannelReestablishs contain equal inner contents.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
-