UNPKG

@meterio/web3-context

Version:

A React Context wrapper for Blocknative OnbardJS with a couple of utility functions

7 lines (6 loc) 276 B
import { Signer } from 'ethers'; import { Provider } from '@ethersproject/providers'; import { Erc20Detailed } from './Erc20Detailed'; export declare class Erc20DetailedFactory { static connect(address: string, signerOrProvider: Signer | Provider): Erc20Detailed; }