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