UNPKG

@near-js/tokens

Version:

Modules with tokens

9 lines (6 loc) 205 B
import { FungibleToken } from './ft.cjs'; import '@near-js/types'; declare const wNEAR: FungibleToken; declare const USDC: FungibleToken; declare const USDT: FungibleToken; export { USDC, USDT, wNEAR };