hopr_path

Module channel_graph

Source
Expand description

Defines the graph of HOPR payment channels.

Structs§

ChannelEdge
Structure that adds additional data to a ChannelEntry, which can be used to compute edge weights and traverse the ChannelGraph.
ChannelGraph
Implements a HOPR payment channel graph (directed) cached in-memory.
GraphExportConfig
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.