Skip to content

nooschain v0.1.0


nooschain / node-identity/node-membership-credential / nodeMembershipChallengeSchema

Variable: nodeMembershipChallengeSchema

const nodeMembershipChallengeSchema: ZodObject<{ audience: ZodOptional<ZodString>; issuedAt: ZodEffects<ZodString, string, string>; method: ZodOptional<ZodString>; nodeId: ZodString; nonce: ZodOptional<ZodString>; path: ZodOptional<ZodString>; recordIds: ZodOptional<ZodArray<ZodString, "many">>; }, "strict", ZodTypeAny, { audience?: string; issuedAt: string; method?: string; nodeId: string; nonce?: string; path?: string; recordIds?: string[]; }, { audience?: string; issuedAt: string; method?: string; nodeId: string; nonce?: string; path?: string; recordIds?: string[]; }>

Defined in: node-identity/node-membership-credential.ts:47

Audience-first NOOSChain documentation.