InitializeCandyMachineV2InstructionArgs: {
    configLineSettings?: undefined | OptionOrNullable<ConfigLineSettings>;
    creators: Creator[];
    hiddenSettings?: undefined | OptionOrNullable<HiddenSettings>;
    isMutable?: undefined | boolean;
    itemsAvailable: number | bigint;
    maxEditionSupply?: undefined | number | bigint;
    sellerFeeBasisPoints: Amount<"%", 2>;
    symbol?: undefined | string;
    tokenStandard: TokenStandard;
}

Type declaration

  • Optional configLineSettings?: undefined | OptionOrNullable<ConfigLineSettings>

    Config line settings

  • creators: Creator[]

    List of creators

  • Optional hiddenSettings?: undefined | OptionOrNullable<HiddenSettings>

    Hidden setttings

  • Optional isMutable?: undefined | boolean

    Indicates if the asset is mutable or not (default yes)

  • itemsAvailable: number | bigint

    Number of assets available

  • Optional maxEditionSupply?: undefined | number | bigint

    Max supply of each individual asset (default 0)

  • sellerFeeBasisPoints: Amount<"%", 2>

    Secondary sales royalty basis points (0-10000)

  • Optional symbol?: undefined | string

    Symbol for the asset

  • tokenStandard: TokenStandard

Generated using TypeDoc