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 ReplyChannelRange
MessageSendEvent.SendReplyChannelRange. msg
The reply_channel_range which should be sent.ReplyChannelRange
Result_ReplyChannelRangeDecodeErrorZ.Result_ReplyChannelRangeDecodeErrorZ_OK. res
Methods in org.ldk.structs that return ReplyChannelRange Modifier and Type Method Description ReplyChannelRange
ReplyChannelRange. clone()
Creates a copy of the ReplyChannelRangestatic ReplyChannelRange
ReplyChannelRange. 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_NoneLightningErrorZ
RoutingMessageHandler. 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_NoneLightningErrorZ
RoutingMessageHandler.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_ReplyChannelRangeDecodeErrorZ
Result_ReplyChannelRangeDecodeErrorZ. ok(ReplyChannelRange o)
Creates a new CResult_ReplyChannelRangeDecodeErrorZ in the success state.static MessageSendEvent
MessageSendEvent. send_reply_channel_range(byte[] node_id, ReplyChannelRange msg)
Utility method to constructs a new SendReplyChannelRange-variant MessageSendEvent
-