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