CreateCollectionArgs: {
    collection: Signer;
    name: string;
    payer?: undefined | Signer;
    plugins?: undefined | CreateCollectionArgsPlugin[];
    systemProgram?: undefined | PublicKey<string> | Pda<string, number>;
    updateAuthority?: undefined | PublicKey<string> | Pda<string, number>;
    uri: string;
}

Type declaration

  • collection: Signer

    The address of the new asset

  • name: string
  • Optional payer?: undefined | Signer

    The account paying for the storage fees

  • Optional plugins?: undefined | CreateCollectionArgsPlugin[]
  • Optional systemProgram?: undefined | PublicKey<string> | Pda<string, number>

    The system program

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

    The authority of the new asset

  • uri: string

Generated using TypeDoc