nooschain / chain/transaction-types / keyEnvelopeSchema
Variable: keyEnvelopeSchema
constkeyEnvelopeSchema: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