UNPKG

0xweb

Version:

Contract package manager and other web3 tools

11 lines (9 loc) 236 B
import type { TAbiItem } from '@dequanto/types/TAbi'; import { TEth } from './TEth'; export interface IContractDetails { name: string address: TEth.Address proxy?: string refAbi?: string abi?: string | TAbiItem[] }