UNPKG

solana-token-list

Version:

Homebrew Solana Token Registry with Coingecko data

15 lines (11 loc) 201 B
type CoinData = { coingeckoId: string; isStablecoin: boolean; }; type CoinMap = { [solAddress: string]: CoinData; }; type Json = { [key: string]: any; }; export { CoinData, CoinMap, Json };