2
0
mirror of synced 2025-02-25 04:25:16 +00:00
ethers.js/contracts/index.d.ts

4 lines
136 B
TypeScript
Raw Normal View History

2018-09-06 16:41:02 -04:00
import { Contract, VoidSigner } from './contract';
import { Interface } from './interface';
2018-09-06 16:41:02 -04:00
export { Contract, Interface, VoidSigner };