Crate hopr_path

Source
Expand description

This Rust crate contains all the path construction and path selection algorithms in the HOPR mixnet.

Modulesยง

channel_graph
Defines the graph of HOPR payment channels.
errors
path
Defines the two most important types: TransportPath and ChannelPath.
selectors
Implements different path selectors in the ChannelGraph.