Skip to main content

Module types

Module types 

Source
Expand description

Contains various helper types.

Structs§

PacketMessage
Additional encoding of a packet message that can be preceded by a number of SURBs.
PacketParts
Individual parts of a PacketMessage: SURBs, the actual message (payload) and additional signals for the recipient.

Enums§

PacketSignal
Individual packet signals passed up between the packet sender and destination.

Constants§

S_MASK 🔒

Type Aliases§

HoprPacketMessage
Convenience alias for HOPR specific PacketMessage.
HoprPacketParts
Convenience alias for HOPR specific PacketParts.
PacketSignals
Packet signal states that can be passed between the packet sender and destination.