@decent-bet/solido
Version:
Code first contract entity mapper for Solidity based blockchains like Ethereum, Vechain, Tron
5 lines (4 loc) • 331 B
TypeScript
import { IMethodOrEventCall } from '../types';
import { SolidoContract } from '../core/SolidoContract';
export declare function _Read(name: string, contract: SolidoContract, args: any[], options?: IMethodOrEventCall): unknown;
export declare function Read(options?: IMethodOrEventCall): (target: any, propertyKey: string) => void;