Skip to content

nooschain v0.1.0


nooschain / contracts/manifest / contractStateMigrationManifestSchema

Variable: contractStateMigrationManifestSchema

const contractStateMigrationManifestSchema: ZodObject<{ description: ZodOptional<ZodString>; entrypoint: ZodString; fromVersion: ZodOptional<ZodString>; id: ZodString; input: ZodOptional<ZodType<ContractAbiValue, ZodTypeDef, ContractAbiValue>>; maxBatchSize: ZodOptional<ZodNumber>; maxFuel: ZodOptional<ZodNumber>; output: ZodOptional<ZodType<ContractAbiValue, ZodTypeDef, ContractAbiValue>>; toVersion: ZodOptional<ZodString>; }, "strip", ZodTypeAny, { description?: string; entrypoint: string; fromVersion?: string; id: string; input?: ContractAbiValue; maxBatchSize?: number; maxFuel?: number; output?: ContractAbiValue; toVersion?: string; }, { description?: string; entrypoint: string; fromVersion?: string; id: string; input?: ContractAbiValue; maxBatchSize?: number; maxFuel?: number; output?: ContractAbiValue; toVersion?: string; }>

Defined in: contracts/manifest.ts:116

Audience-first NOOSChain documentation.