models.py

Defines message structures and hashing logic.

This module provides:


Example

from robinnet.models import build_bulletin
 
msg = build_bulletin(
  origin_node_uuid="node-uuid",
  origin_node_name="alpha",
  title="Test",
  body="Hello world"
)