Variable existentialNFTSchemaConst

existentialNFTSchema: ZodObject<{
    deployments: ZodRecord<ZodType<1 | 42161 | 43114 | 43113 | 8453 | 56 | 42220 | 100 | 10 | 11155420 | 137 | 534352 | 534351 | 11155111, ZodTypeDef, 1 | 42161 | 43114 | 43113 | 8453 | 56 | 42220 | 100 | 10 | 11155420 | 137 | 534352 | 534351 | 11155111>, 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 | 43114 | 43113 | 8453 | 56 | 42220 | 100 | 10 | 11155420 | 137 | 534352 | 534351 | 11155111, null | `0x${string}`>>;
    image?: string;
    name: string;
    owner: string;
    symbol: string;
}, {
    deployments: Partial<Record<1 | 42161 | 43114 | 43113 | 8453 | 56 | 42220 | 100 | 10 | 11155420 | 137 | 534352 | 534351 | 11155111, null | string>>;
    image?: string;
    name: string;
    owner: string;
    symbol: string;
}> = ...

Type declaration

  • deployments: ZodRecord<ZodType<1 | 42161 | 43114 | 43113 | 8453 | 56 | 42220 | 100 | 10 | 11155420 | 137 | 534352 | 534351 | 11155111, ZodTypeDef, 1 | 42161 | 43114 | 43113 | 8453 | 56 | 42220 | 100 | 10 | 11155420 | 137 | 534352 | 534351 | 11155111>, 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 | 43114 | 43113 | 8453 | 56 | 42220 | 100 | 10 | 11155420 | 137 | 534352 | 534351 | 11155111, null | `0x${string}`>>
  • Optional image?: string
  • name: string
  • owner: string
  • symbol: string

Type declaration

  • deployments: Partial<Record<1 | 42161 | 43114 | 43113 | 8453 | 56 | 42220 | 100 | 10 | 11155420 | 137 | 534352 | 534351 | 11155111, null | string>>
  • Optional image?: string
  • name: string
  • owner: string
  • symbol: string

Generated using TypeDoc