Interface GetAllRegistryTokensData

Hierarchy

  • GetAllRegistryTokensData

Properties

getAllRegistryTokens?: {
    data: AllRegistryTokens[];
    highestSoldPrice?: NFTPrice[];
    latestSoldPrice?: NFTPrice[];
    lowestSoldPrice?: NFTPrice[];
    totalCount: number;
    user: null | User;
}

Type declaration

  • data: AllRegistryTokens[]
  • Optional highestSoldPrice?: NFTPrice[]
  • Optional latestSoldPrice?: NFTPrice[]
  • Optional lowestSoldPrice?: NFTPrice[]
  • totalCount: number
  • user: null | User