UNPKG

crystara-sdk

Version:

Official SDK for Crystara NFT Marketplace

7 lines (6 loc) 177 B
export type Rarity = { name: string; color: string; chance: number; }; export declare const getSortedTokensByRarity: (tokens?: any[], rarities?: Rarity[]) => any[];