@typechain/web3-v1
Version:
🔌 TypeChain target for Web3-v1
6 lines (5 loc) • 379 B
TypeScript
import { Dictionary } from 'ts-essentials';
import { EventDeclaration } from 'typechain';
export declare function codegenForEventsDeclarations(events: Dictionary<EventDeclaration[]>): string;
export declare function codegenForEvents(events: Dictionary<EventDeclaration[]>): string;
export declare function codegenForEventsOnceFns(events: Dictionary<EventDeclaration[]>): string;