Skip to main content

Module envelope

Module envelope 

Source
Expand description

Signed wire envelope. Every message between mesh peers is wrapped in one of these — the cert chain proves the sender belongs to a user, the agent signature proves the message wasn’t tampered with, and the payload CID lets receivers reject mismatched bodies before paying for downstream parsing.

Structs§

SignedEnvelope
A wire envelope, signed by the sender’s agent key.

Enums§

Recipient
Recipient of an envelope — direct peer, named topic, or anycast.