Variable DropErc1155ContractDeployConst

DropErc1155ContractDeploy: ZodObject<{
    app_uri: ZodOptional<ZodString>;
    description: ZodOptional<ZodString>;
    external_link: ZodOptional<ZodString>;
    fee_recipient: ZodDefault<ZodUnion<[ZodType<string, ZodTypeDef, string>, ZodType<`0x${string}`, ZodTypeDef, `${string}.eth` | `${string}.cb.id`>]>>;
    image: ZodOptional<ZodUnion<[ZodUnion<[ZodTypeAny, ZodObject<{
        data: ZodUnion<[ZodTypeAny, ZodString]>;
        name: ZodString;
    }, "strip", ZodTypeAny, {
        data?: any;
        name: string;
    }, {
        data?: any;
        name: string;
    }>]>, ZodString]>>;
    merkle: ZodDefault<ZodRecord<ZodString, 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`>]>;
    seller_fee_basis_points: ZodDefault<ZodNumber>;
    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;
    fee_recipient: string;
    image?: any;
    merkle: Record<string, string>;
    name: string;
    platform_fee_basis_points: number;
    platform_fee_recipient: string;
    primary_sale_recipient: string;
    seller_fee_basis_points: number;
    social_urls?: Record<string, string>;
    symbol: string;
    trusted_forwarders: string[];
}, {
    app_uri?: string;
    description?: string;
    external_link?: string;
    fee_recipient?: string;
    image?: any;
    merkle?: Record<string, string>;
    name: string;
    platform_fee_basis_points?: number;
    platform_fee_recipient?: string;
    primary_sale_recipient: string;
    seller_fee_basis_points?: number;
    social_urls?: Record<string, string>;
    symbol?: string;
    trusted_forwarders?: string[];
}> = ...

Type declaration

  • app_uri: ZodOptional<ZodString>
  • description: ZodOptional<ZodString>
  • external_link: ZodOptional<ZodString>
  • fee_recipient: ZodDefault<ZodUnion<[ZodType<string, ZodTypeDef, string>, ZodType<`0x${string}`, ZodTypeDef, `${string}.eth` | `${string}.cb.id`>]>>

    The address of the royalty recipient. All royalties will be sent to this address.

    Internalremarks

    used by OpenSea "fee_recipient"

  • image: ZodOptional<ZodUnion<[ZodUnion<[ZodTypeAny, ZodObject<{
        data: ZodUnion<[ZodTypeAny, ZodString]>;
        name: ZodString;
    }, "strip", ZodTypeAny, {
        data?: any;
        name: string;
    }, {
        data?: any;
        name: string;
    }>]>, ZodString]>>
  • merkle: ZodDefault<ZodRecord<ZodString, ZodString>>
  • name: ZodString
  • platform_fee_basis_points: ZodDefault<ZodNumber>

    platform fee basis points

  • platform_fee_recipient: ZodDefault<ZodUnion<[ZodType<string, ZodTypeDef, string>, ZodType<`0x${string}`, ZodTypeDef, `${string}.eth` | `${string}.cb.id`>]>>

    platform fee recipient address

  • primary_sale_recipient: ZodUnion<[ZodType<string, ZodTypeDef, string>, ZodType<`0x${string}`, ZodTypeDef, `${string}.eth` | `${string}.cb.id`>]>

    primary sale recipient address

  • seller_fee_basis_points: ZodDefault<ZodNumber>

    The amount of royalty collected on all royalties represented as basis points. The default is 0 (no royalties).

    1 basis point = 0.01%

    For example: if this value is 100, then the royalty is 1% of the total sales.

    Internalremarks

    used by OpenSea "seller_fee_basis_points"

  • 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
  • fee_recipient: string

    The address of the royalty recipient. All royalties will be sent to this address.

    Internalremarks

    used by OpenSea "fee_recipient"

  • Optional image?: any
  • merkle: Record<string, string>
  • name: string
  • platform_fee_basis_points: number

    platform fee basis points

  • platform_fee_recipient: string

    platform fee recipient address

  • primary_sale_recipient: string

    primary sale recipient address

  • seller_fee_basis_points: number

    The amount of royalty collected on all royalties represented as basis points. The default is 0 (no royalties).

    1 basis point = 0.01%

    For example: if this value is 100, then the royalty is 1% of the total sales.

    Internalremarks

    used by OpenSea "seller_fee_basis_points"

  • 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 fee_recipient?: string

    The address of the royalty recipient. All royalties will be sent to this address.

    Internalremarks

    used by OpenSea "fee_recipient"

  • Optional image?: any
  • Optional merkle?: Record<string, string>
  • name: string
  • Optional platform_fee_basis_points?: number

    platform fee basis points

  • Optional platform_fee_recipient?: string

    platform fee recipient address

  • primary_sale_recipient: string

    primary sale recipient address

  • Optional seller_fee_basis_points?: number

    The amount of royalty collected on all royalties represented as basis points. The default is 0 (no royalties).

    1 basis point = 0.01%

    For example: if this value is 100, then the royalty is 1% of the total sales.

    Internalremarks

    used by OpenSea "seller_fee_basis_points"

  • Optional social_urls?: Record<string, string>
  • Optional symbol?: string
  • Optional trusted_forwarders?: string[]

Generated using TypeDoc