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