Expand description
Wire encoding for SealedOpenOrgInviteData. Its two internal envelopes are packed with
CBOR (compact binary format) then base64url-wrapped so it crosses every boundary as one
opaque string — via serde on the Rust side and the WASM ABI (wasm-bindgen’s Rust↔JS
conversion layer) into TypeScript.
Structs§
- Sealed
Open 🔒OrgInvite Data Wire - Intermediate shape used to (de)serialize
SealedOpenOrgInviteDatato and from its wire bytes. Each envelope is carried as raw bytes under a short field name for compactness.
Enums§
- Sealed
Open OrgInvite Data Error - Errors returned when parsing a
SealedOpenOrgInviteDatafrom its wire form.