Expand description
Implements types related to HOPR payment channels.
Structs§
- Channel
Entry - Overall description of a channel
- Corrupted
Channel Entry - A wrapper around
ChannelId
representing a Channel that is corrupted. - SrcDst
Pair - A pair of source and destination addresses representing a channel.
Enums§
- Channel
Change - Lists possible changes on a channel entry update
- Channel
Direction - Describes a direction of node’s own channel. The direction of a channel that is not own is undefined.
- Channel
Status - Describes status of a channel
Functions§
- generate_
channel_ id - Generates channel ID hash from
source
anddestination
addresses.