Skip to content

nooschain v0.1.0


nooschain / chain/transaction-types / rotateUserKeyPayloadSchema

Variable: rotateUserKeyPayloadSchema

const rotateUserKeyPayloadSchema: ZodObject<{ metadata: ZodOptional<ZodDefault<ZodRecord<ZodString, ZodUnknown>>>; newPublicKey: ZodString; userId: ZodString; }, "strip", ZodTypeAny, { metadata?: Record<string, unknown>; newPublicKey: string; userId: string; }, { metadata?: Record<string, unknown>; newPublicKey: string; userId: string; }>

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

Audience-first NOOSChain documentation.