Expand description
Implements types related to HOPR payment channels.
Structs§
- Channel
Entry - Overall description of a channel
Enums§
- Channel
Change - Enumerates 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.