Optional getAllRegistryTokens
getAllRegistryTokens?: { 
    data: AllRegistryTokens[]; 
    highestSoldPrice?: NFTPrice[]; 
    latestSoldPrice?: NFTPrice[]; 
    lowestSoldPrice?: NFTPrice[]; 
    totalCount: number; 
    user: null | User; 
}
Type declaration
- 
data: AllRegistryTokens[]
- 
OptionalhighestSoldPrice?: NFTPrice[]
- 
OptionallatestSoldPrice?: NFTPrice[]
- 
OptionallowestSoldPrice?: NFTPrice[]
- 
totalCount: number
- 
user: null | User