UNPKG

@nomiclabs/buidler-truffle4

Version:
7 lines (5 loc) 186 B
export type TruffleContract = any; export type TruffleContractInstance = any; export interface Linker { link: (Contract: TruffleContract, library: TruffleContractInstance) => void; }