UNPKG

@typechain/truffle-v5

Version:

🔌 TypeChain target for Truffle-v5

5 lines (4 loc) • 270 B
import { Contract } from 'typechain'; export declare function codegenEventsDeclarations(contract: Contract): string; export declare function codegenAllPossibleEvents(contract: Contract): string; export declare function codegenEventsEmitters(contract: Contract): string;