UNPKG

@decent-bet/solido

Version:

Code first contract entity mapper for Solidity based blockchains like Ethereum, Vechain, Tron

3 lines (2 loc) 164 B
import { EventFilterOptions } from '../types'; export declare function GetEvents<P, T>(options: EventFilterOptions<T>): (target: any, propertyKey: string) => void;