ProjectArgs: {
    allowedPrograms: web3.PublicKey[];
    authority: web3.PublicKey;
    bump: number;
    collections: web3.PublicKey[];
    creators: web3.PublicKey[];
    driver: web3.PublicKey;
    key: web3.PublicKey;
    mintIndexing: Indexing;
    name: string;
    profileDataConfig: Map<string, ProfileDataType>;
    services: Service[];
}

Arguments used to create Project

Type declaration

  • allowedPrograms: web3.PublicKey[]
  • authority: web3.PublicKey
  • bump: number
  • collections: web3.PublicKey[]
  • creators: web3.PublicKey[]
  • driver: web3.PublicKey
  • key: web3.PublicKey
  • mintIndexing: Indexing
  • name: string
  • profileDataConfig: Map<string, ProfileDataType>
  • services: Service[]

Generated using TypeDoc