UNPKG

@nomiclabs/buidler-truffle5

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