UNPKG

rainbow-swap-sdk

Version:

SDK for building applications on top of Rainbow.ag - Swap Aggregator on TON 💎.

14 lines (13 loc) • 280 B
export type Asset = { address: string; slug: string; symbol: string; name: string; image: string; decimals: number; exchangeRate: string; usdExchangeRate: number; verification: 'whitelist' | 'none'; totalSupply: string; fdv: number; };