UNPKG

soul-wallet-lib

Version:
6 lines (5 loc) 172 B
import { JsonFragment, Fragment } from '@ethersproject/abi'; export interface IContract { ABI: ReadonlyArray<Fragment | JsonFragment | string>; bytecode: string; }