UNPKG

wallets-wrapper

Version:

How to install

3 lines (2 loc) 202 B
import { BigNumberish, ethers } from 'ethers'; export declare const getBalance: (provider: ethers.providers.Web3Provider | ethers.providers.JsonRpcProvider, address: string) => Promise<BigNumberish>;