nooschain / chain/transaction-types / cancelContractStateMigrationJobPayloadSchema
Variable: cancelContractStateMigrationJobPayloadSchema
constcancelContractStateMigrationJobPayloadSchema:ZodObject<{jobId:ZodString;reason:ZodOptional<ZodNullable<ZodString>>; },"strip",ZodTypeAny, {jobId:string;reason?:string|null; }, {jobId:string;reason?:string|null; }>
Defined in: chain/transaction-types.ts:582