Expand description
FFI-facing seal/unseal. The RegistrationClient methods are thin wrappers over
SealedOpenOrgInviteData::seal / SealedOpenOrgInviteData::unseal;
SealedOpenOrgInvite bundles both halves of the seal output as one WASM return type.
Structsยง
- Sealed
Open OrgInvite - Sealed open-organization-invite payload. Produced by
RegistrationClient::seal_open_org_invite_dataand consumed byRegistrationClient::unseal_open_org_invite_data. Both fields are required to unseal; neither half is useful on its own.