hopr_path::selectors

Module dfs

Source

Structs§

DfsPathSelector
Path selector using depth-first search of the channel graph.
DfsPathSelectorConfig
RandomizedEdgeWeighting
Assigns each channel a weight. The weight is randomized such that not always the same nodes get selected. This is necessary to achieve privacy. It also favors nodes with higher stake.

Type Aliases§

DefaultPathSelector
DFS path selector with channel weighting function that uses randomized channel stakes as edge weights.