UNPKG

0xweb

Version:

Contract package manager and other web3 tools

6 lines (4 loc) 214 B
import { TAddress } from '@dequanto/models/TAddress'; export interface IAbiProvider { getContractAbi (address: TAddress, opts: { implementation: string }): Promise<{ abi: string, implementation: TAddress }> }