UNPKG

rainbow-swap-sdk

Version:

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

3 lines (2 loc) • 88 B
import { Asset } from './asset.type'; export type AssetsRecord = Record<string, Asset>;