Collection: {
    address: ContractAddress;
    id: string;
    name: string;
    projectId: string;
    standard: CollectionStandard;
    startBlock: number;
}

Type declaration

  • address: ContractAddress

    Address of the collection

  • id: string

    Id of the collection

  • name: string

    Name of the collection

  • projectId: string

    Id of the project

  • standard: CollectionStandard
  • startBlock: number

    Start block of the collection