Platforms
fetchAllPlatforms(): Promise<IMusicPlatformData[]>
Returns list of all music nft platforms existing in spinamp database.
fetchPlatformById(platformId: string): Promise<IMusicPlatformData | null>
Returns information about particular platform based on provided platform id.
Last updated