UNPKG

emmet.sdk

Version:
3 lines (2 loc) 168 B
import { ethers } from "ethers"; export declare const getTokenContract: (tokenName: string, chainName: string, sender: string) => Promise<ethers.Contract | undefined>;