ethers.js/contracts/index.d.ts
2018-09-06 16:41:02 -04:00

4 lines
136 B
TypeScript

import { Contract, VoidSigner } from './contract';
import { Interface } from './interface';
export { Contract, Interface, VoidSigner };