Variable TokenErc20ContractDeployConst 
TokenErc20ContractDeploy: ZodObject<{ 
    app_uri: ZodOptional<ZodString>; 
    description: ZodOptional<ZodString>; 
    external_link: ZodOptional<ZodString>; 
    image: ZodOptional<ZodUnion<[ZodUnion<[ZodTypeAny, ZodObject<{ 
        data: ZodUnion<[ZodTypeAny, ZodString]>; 
        name: ZodString; 
    }, "strip", ZodTypeAny, { 
        data?: any; 
        name: string; 
    }, { 
        data?: any; 
        name: string; 
    }>]>, ZodString]>>; 
    name: ZodString; 
    platform_fee_basis_points: ZodDefault<ZodNumber>; 
    platform_fee_recipient: ZodDefault<ZodUnion<[ZodType<string, ZodTypeDef, string>, ZodType<`0x${string}`, ZodTypeDef, `${string}.eth` | `${string}.cb.id`>]>>; 
    primary_sale_recipient: ZodUnion<[ZodType<string, ZodTypeDef, string>, ZodType<`0x${string}`, ZodTypeDef, `${string}.eth` | `${string}.cb.id`>]>; 
    social_urls: ZodOptional<ZodRecord<ZodString, ZodString>>; 
    symbol: ZodDefault<ZodString>; 
    trusted_forwarders: ZodDefault<ZodArray<ZodUnion<[ZodType<string, ZodTypeDef, string>, ZodType<`0x${string}`, ZodTypeDef, `${string}.eth` | `${string}.cb.id`>]>, "many">>; 
}, "strip", ZodTypeAny, { 
    app_uri?: string; 
    description?: string; 
    external_link?: string; 
    image?: any; 
    name: string; 
    platform_fee_basis_points: number; 
    platform_fee_recipient: string; 
    primary_sale_recipient: string; 
    social_urls?: Record<string, string>; 
    symbol: string; 
    trusted_forwarders: string[]; 
}, { 
    app_uri?: string; 
    description?: string; 
    external_link?: string; 
    image?: any; 
    name: string; 
    platform_fee_basis_points?: number; 
    platform_fee_recipient?: string; 
    primary_sale_recipient: string; 
    social_urls?: Record<string, string>; 
    symbol?: string; 
    trusted_forwarders?: string[]; 
}> = ...
Type declaration
app_uri: ZodOptional<ZodString>
description: ZodOptional<ZodString>
external_link: ZodOptional<ZodString>
image: ZodOptional<ZodUnion<[ZodUnion<[ZodTypeAny, ZodObject<{ 
    data: ZodUnion<[ZodTypeAny, ZodString]>; 
    name: ZodString; 
}, "strip", ZodTypeAny, { 
    data?: any; 
    name: string; 
}, { 
    data?: any; 
    name: string; 
}>]>, ZodString]>>
name: ZodString
platform_fee_basis_points: ZodDefault<ZodNumber>
platform_fee_recipient: ZodDefault<ZodUnion<[ZodType<string, ZodTypeDef, string>, ZodType<`0x${string}`, ZodTypeDef, `${string}.eth` | `${string}.cb.id`>]>>
primary_sale_recipient: ZodUnion<[ZodType<string, ZodTypeDef, string>, ZodType<`0x${string}`, ZodTypeDef, `${string}.eth` | `${string}.cb.id`>]>
social_urls: ZodOptional<ZodRecord<ZodString, ZodString>>
symbol: ZodDefault<ZodString>
trusted_forwarders: ZodDefault<ZodArray<ZodUnion<[ZodType<string, ZodTypeDef, string>, ZodType<`0x${string}`, ZodTypeDef, `${string}.eth` | `${string}.cb.id`>]>, "many">>
Type declaration
Optional app_uri?: string
Optional description?: string
Optional external_link?: string
Optional image?: any
name: string
platform_fee_basis_points: number
platform_fee_recipient: string
primary_sale_recipient: string
Optional social_urls?: Record<string, string>
symbol: string
trusted_forwarders: string[]
Type declaration
Optional app_uri?: string
Optional description?: string
Optional external_link?: string
Optional image?: any
name: string
Optional platform_fee_basis_points?: number
Optional platform_fee_recipient?: string
primary_sale_recipient: string
Optional social_urls?: Record<string, string>
Optional symbol?: string
Optional trusted_forwarders?: string[]
platform fee basis points