Uses of Class
org.ldk.structs.ReplyChannelRange
-
Packages that use ReplyChannelRange Package Description org.ldk.structs -
-
Uses of ReplyChannelRange in org.ldk.structs
Fields in org.ldk.structs declared as ReplyChannelRange Modifier and Type Field Description ReplyChannelRangeMessageSendEvent.SendReplyChannelRange. msgThe reply_channel_range which should be sent.ReplyChannelRangeResult_ReplyChannelRangeDecodeErrorZ.Result_ReplyChannelRangeDecodeErrorZ_OK. resMethods in org.ldk.structs that return ReplyChannelRange Modifier and Type Method Description ReplyChannelRangeReplyChannelRange. clone()Creates a copy of the ReplyChannelRangestatic ReplyChannelRangeReplyChannelRange. of(byte[] chain_hash_arg, int first_blocknum_arg, int number_of_blocks_arg, boolean sync_complete_arg, long[] short_channel_ids_arg)Constructs a new ReplyChannelRange given each fieldMethods in org.ldk.structs with parameters of type ReplyChannelRange Modifier and Type Method Description Result_NoneLightningErrorZRoutingMessageHandler. handle_reply_channel_range(byte[] their_node_id, ReplyChannelRange msg)Handles the reply of a query we initiated to learn about channels for a given range of blocks.Result_NoneLightningErrorZRoutingMessageHandler.RoutingMessageHandlerInterface. handle_reply_channel_range(byte[] their_node_id, ReplyChannelRange msg)Handles the reply of a query we initiated to learn about channels for a given range of blocks.static Result_ReplyChannelRangeDecodeErrorZResult_ReplyChannelRangeDecodeErrorZ. ok(ReplyChannelRange o)Creates a new CResult_ReplyChannelRangeDecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_reply_channel_range(byte[] node_id, ReplyChannelRange msg)Utility method to constructs a new SendReplyChannelRange-variant MessageSendEvent
-