Message type aliases
Hash
The Hash type records the numeric hash used for message verification. Read more.
Message
The Message type defines the wire-format tuple describing a sync event and its payload. Read more.
MessageNode
The MessageNode type represents either a Timestamp, a Timestamp-Atom pair, a hash, or nested message nodes. Read more.
MessageNodes
The MessageNodes type stores a tuple of child message nodes plus an optional partial marker. Read more.
MessageType
The MessageType type enumerates the allowed message kinds, currently the single value 0. Read more.
TimestampAndAtom
The TimestampAndAtom type pairs a Timestamp with the optional Atom value it describes. Read more.