Expand description
Contains various helper types.
Structs§
- Packet
Message - Additional encoding of a packet message that can be preceded by a number of
SURBs. - Packet
Parts - Individual parts of a
PacketMessage: SURBs, the actual message (payload) and additional signals for the recipient.
Enums§
- Packet
Signal - Individual packet signals passed up between the packet sender and destination.
Constants§
- S_MASK 🔒
Type Aliases§
- Hopr
Packet Message - Convenience alias for HOPR specific
PacketMessage. - Hopr
Packet Parts - Convenience alias for HOPR specific
PacketParts. - Packet
Signals - Packet signal states that can be passed between the packet sender and destination.