Uses of Class
org.ldk.structs.NetworkGraph
-
Packages that use NetworkGraph Package Description org.ldk.structs -
-
Uses of NetworkGraph in org.ldk.structs
Fields in org.ldk.structs declared as NetworkGraph Modifier and Type Field Description NetworkGraph
Result_NetworkGraphDecodeErrorZ.Result_NetworkGraphDecodeErrorZ_OK. res
Methods in org.ldk.structs that return NetworkGraph Modifier and Type Method Description NetworkGraph
NetGraphMsgHandler. get_network_graph()
Representation of the payment channel networkstatic NetworkGraph
NetworkGraph. of(byte[] genesis_hash)
Creates a new, empty, network graph.Methods in org.ldk.structs with parameters of type NetworkGraph Modifier and Type Method Description static Result_RouteLightningErrorZ
UtilMethods. get_keysend_route(byte[] our_node_id, NetworkGraph network, byte[] payee, ChannelDetails[] first_hops, RouteHint[] last_hops, long final_value_msat, int final_cltv, Logger logger)
Gets a keysend route from us (payer) to the given target node (payee).static Result_RouteLightningErrorZ
UtilMethods. get_route(byte[] our_node_id, NetworkGraph network, byte[] payee, InvoiceFeatures payee_features, ChannelDetails[] first_hops, RouteHint[] last_hops, long final_value_msat, int final_cltv, Logger logger)
Gets a route from us (payer) to the given target node (payee).
-