UpdateCollectionArgs: {
    authority?: undefined | Signer;
    collection: PublicKey<string> | Pda<string, number>;
    logWrapper?: undefined | PublicKey<string> | Pda<string, number>;
    name?: undefined | OptionOrNullable<string>;
    newUpdateAuthority?: undefined | PublicKey<string> | Pda<string, number>;
    payer?: undefined | Signer;
    systemProgram?: undefined | PublicKey<string> | Pda<string, number>;
    uri?: undefined | OptionOrNullable<string>;
}

Type declaration

  • Optional authority?: undefined | Signer

    The update authority or update authority delegate of the asset

  • collection: PublicKey<string> | Pda<string, number>

    The address of the asset

  • Optional logWrapper?: undefined | PublicKey<string> | Pda<string, number>

    The SPL Noop Program

  • Optional name?: undefined | OptionOrNullable<string>
  • Optional newUpdateAuthority?: undefined | PublicKey<string> | Pda<string, number>

    The new update authority of the asset

  • Optional payer?: undefined | Signer

    The account paying for the storage fees

  • Optional systemProgram?: undefined | PublicKey<string> | Pda<string, number>

    The system program

  • Optional uri?: undefined | OptionOrNullable<string>

Generated using TypeDoc