Uses of Class
org.ldk.structs.ReplyShortChannelIdsEnd
-
Packages that use ReplyShortChannelIdsEnd Package Description org.ldk.structs -
-
Uses of ReplyShortChannelIdsEnd in org.ldk.structs
Fields in org.ldk.structs declared as ReplyShortChannelIdsEnd Modifier and Type Field Description ReplyShortChannelIdsEndResult_ReplyShortChannelIdsEndDecodeErrorZ.Result_ReplyShortChannelIdsEndDecodeErrorZ_OK. resMethods in org.ldk.structs that return ReplyShortChannelIdsEnd Modifier and Type Method Description ReplyShortChannelIdsEndReplyShortChannelIdsEnd. clone()Creates a copy of the ReplyShortChannelIdsEndstatic ReplyShortChannelIdsEndReplyShortChannelIdsEnd. of(byte[] chain_hash_arg, boolean full_information_arg)Constructs a new ReplyShortChannelIdsEnd given each fieldMethods in org.ldk.structs with parameters of type ReplyShortChannelIdsEnd Modifier and Type Method Description Result_NoneLightningErrorZRoutingMessageHandler. handle_reply_short_channel_ids_end(byte[] their_node_id, ReplyShortChannelIdsEnd msg)Handles the reply of a query we initiated asking for routing gossip messages for a list of channels.Result_NoneLightningErrorZRoutingMessageHandler.RoutingMessageHandlerInterface. handle_reply_short_channel_ids_end(byte[] their_node_id, ReplyShortChannelIdsEnd msg)Handles the reply of a query we initiated asking for routing gossip messages for a list of channels.static Result_ReplyShortChannelIdsEndDecodeErrorZResult_ReplyShortChannelIdsEndDecodeErrorZ. ok(ReplyShortChannelIdsEnd o)Creates a new CResult_ReplyShortChannelIdsEndDecodeErrorZ in the success state.
-