Variable existentialNFTSchemaConst
existentialNFTSchema: ZodObject<{
deployments: ZodRecord<ZodType<1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001, ZodTypeDef, 1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001>, ZodUnion<[ZodEffects<ZodString, `0x${string}`, string>, ZodNull]>>;
image: ZodOptional<ZodString>;
name: ZodString;
owner: ZodUnion<[ZodEffects<ZodString, `0x${string}`, string>, ZodEffects<ZodString, string, string>]>;
symbol: ZodString;
}, "strip", ZodTypeAny, {
deployments: Partial<Record<1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001, null | `0x${string}`>>;
image?: string;
name: string;
owner: string;
symbol: string;
}, {
deployments: Partial<Record<1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001, null | string>>;
image?: string;
name: string;
owner: string;
symbol: string;
}> = ...
Type declaration
deployments: ZodRecord<ZodType<1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001, ZodTypeDef, 1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001>, ZodUnion<[ZodEffects<ZodString, `0x${string}`, string>, ZodNull]>>
image: ZodOptional<ZodString>
name: ZodString
owner: ZodUnion<[ZodEffects<ZodString, `0x${string}`, string>, ZodEffects<ZodString, string, string>]>
symbol: ZodString
Type declaration
deployments: Partial<Record<1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001, null | `0x${string}`>>
Optional
image?: string
name: string
owner: string
symbol: string
Type declaration
deployments: Partial<Record<1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001, null | string>>
Optional
image?: string
name: string
owner: string
symbol: string