UNPKG

0xweb

Version:

Contract package manager and other web3 tools

15 lines (12 loc) 296 B
import { TAddress } from '@dequanto/models/TAddress' import { TPlatform } from '@dequanto/models/TPlatform' export class ITokenGlob { symbol: string name: string logo?: string platforms: { platform: TPlatform address: TAddress decimals: number }[] }