UNPKG

@q-dev/gdk-sdk

Version:

Typescript Library to interact with GDK Contracts

5 lines (4 loc) 263 B
import { ethers } from "ethers"; import { JsonFragment } from "@ethersproject/abi"; export declare function getContractInterface(fileName: string): ReadonlyArray<JsonFragment>; export declare function getEthersInterface(fileName: string): ethers.utils.Interface;