Skip to content

nooschain v0.1.0


nooschain / chain/transaction-types / keyEnvelopeSchema

Variable: keyEnvelopeSchema

const keyEnvelopeSchema: ZodObject<{ algorithm: ZodString; encryptedDekBase64: ZodString; recipientId: ZodString; recipientPublicKey: ZodString; recipientType: ZodEnum<["user", "organization"]>; }, "strip", ZodTypeAny, { algorithm: string; encryptedDekBase64: string; recipientId: string; recipientPublicKey: string; recipientType: "user" | "organization"; }, { algorithm: string; encryptedDekBase64: string; recipientId: string; recipientPublicKey: string; recipientType: "user" | "organization"; }>

Defined in: chain/transaction-types.ts:250

Audience-first NOOSChain documentation.