Module breez_sdk_core::lightning::routing
Expand description
Structs and impls for receiving messages about the network and storing the topology live here.
Modulesยง
- The
NetworkGraph
stores the network gossip andP2PGossipSync
fetches it from peers - The router finds paths within a
NetworkGraph
for a payment. - Utilities for scoring payment channels.
- This module contains traits for LDK to access UTXOs to check gossip data is correct.