Uses of Class
org.ldk.structs.QueryShortChannelIds
-
Packages that use QueryShortChannelIds Package Description org.ldk.structs -
-
Uses of QueryShortChannelIds in org.ldk.structs
Fields in org.ldk.structs declared as QueryShortChannelIds Modifier and Type Field Description QueryShortChannelIds
MessageSendEvent.SendShortIdsQuery. msg
The query_short_channel_ids which should be sent.QueryShortChannelIds
Result_QueryShortChannelIdsDecodeErrorZ.Result_QueryShortChannelIdsDecodeErrorZ_OK. res
Methods in org.ldk.structs that return QueryShortChannelIds Modifier and Type Method Description QueryShortChannelIds
QueryShortChannelIds. clone()
Creates a copy of the QueryShortChannelIdsstatic QueryShortChannelIds
QueryShortChannelIds. of(byte[] chain_hash_arg, long[] short_channel_ids_arg)
Constructs a new QueryShortChannelIds given each fieldMethods in org.ldk.structs with parameters of type QueryShortChannelIds Modifier and Type Method Description boolean
QueryShortChannelIds. eq(QueryShortChannelIds b)
Checks if two QueryShortChannelIdss contain equal inner contents.Result_NoneLightningErrorZ
RoutingMessageHandler. handle_query_short_channel_ids(byte[] their_node_id, QueryShortChannelIds msg)
Handles when a peer asks us to send routing gossip messages for a list of `short_channel_id`s.Result_NoneLightningErrorZ
RoutingMessageHandler.RoutingMessageHandlerInterface. handle_query_short_channel_ids(byte[] their_node_id, QueryShortChannelIds msg)
Handles when a peer asks us to send routing gossip messages for a list of `short_channel_id`s.static Result_QueryShortChannelIdsDecodeErrorZ
Result_QueryShortChannelIdsDecodeErrorZ. ok(QueryShortChannelIds o)
Creates a new CResult_QueryShortChannelIdsDecodeErrorZ in the success state.static MessageSendEvent
MessageSendEvent. send_short_ids_query(byte[] node_id, QueryShortChannelIds msg)
Utility method to constructs a new SendShortIdsQuery-variant MessageSendEvent
-