nooschain / chain/transaction-types / rotateUserKeyPayloadSchema
Variable: rotateUserKeyPayloadSchema
constrotateUserKeyPayloadSchema: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