UNPKG

emmet.sdk

Version:
3 lines (2 loc) 144 B
import { ethers } from "ethers"; export declare function getBridgeContract(chainName: string, senderAddress: string): Promise<ethers.Contract>;