UNPKG

@decent-bet/solido

Version:

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

6 lines (5 loc) 252 B
import { SolidoContract } from '../core/SolidoContract'; export declare function _GetEvent(name: string, contract: SolidoContract): unknown; export declare function GetEvent(options?: { name: string; }): (target: any, propertyKey: string) => void;