NFTs
useTrackNftsQuery(trackId: string, queryOptions?: UseQueryOptions): {nfts: INft[], ...UseQueryResult}
useTrackNftsOwnersQuery(trackId: string, queryOptions?: UseQueryOptions): {owners: string[], ...UseQueryResult}
useArtistNftsQuery(artistId: string, queryOptions?: UseQueryOptions): {nfts: ITrackNft[], ...UseQueryResult}
useArtistNftsOwnersQuery(artistId: string, queryOptions?: UseQueryOptions): {owners: string[], ...UseQueryResult}
Last updated