Expand description
Defines the graph of HOPR payment channels.
Structs§
- Channel
Edge - Structure that adds additional data to a
ChannelEntry
, which can be used to compute edge weights and traverse theChannelGraph
. - Channel
Graph - Implements a HOPR payment channel graph (directed) cached in-memory.
- Graph
Export Config - Configuration for the DOT export of the
ChannelGraph
. - Node
- Represents a node in the Channel Graph. This is typically represented by an on-chain address and ping quality, which represents some kind of node’s liveness as perceived by us.