UNPKG

evm-blockchain-tools

Version:

This is a collection of resuseable tools to support development for EVM-powered blockchains

3 lines (2 loc) 191 B
import { ACCEPTED_CURRENCY, APP_NETWORK } from "../common/constants"; export declare const parseERC20Currency: (amount: string, currency: ACCEPTED_CURRENCY, network?: APP_NETWORK) => string;