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 ReplyShortChannelIdsEnd
Result_ReplyShortChannelIdsEndDecodeErrorZ.Result_ReplyShortChannelIdsEndDecodeErrorZ_OK. res
Methods in org.ldk.structs that return ReplyShortChannelIdsEnd Modifier and Type Method Description ReplyShortChannelIdsEnd
ReplyShortChannelIdsEnd. clone()
Creates a copy of the ReplyShortChannelIdsEndstatic ReplyShortChannelIdsEnd
ReplyShortChannelIdsEnd. 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_NoneLightningErrorZ
RoutingMessageHandler. 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_NoneLightningErrorZ
RoutingMessageHandler.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_ReplyShortChannelIdsEndDecodeErrorZ
Result_ReplyShortChannelIdsEndDecodeErrorZ. ok(ReplyShortChannelIdsEnd o)
Creates a new CResult_ReplyShortChannelIdsEndDecodeErrorZ in the success state.
-