Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 820 Bytes

eth-connect.solidityevent.execute.md

File metadata and controls

25 lines (15 loc) · 820 Bytes

Home > eth-connect > SolidityEvent > execute

SolidityEvent.execute() method

Should be used to create new filter object from event

Signature:

execute(indexed: Record<string, any>, options?: FilterOptions): Promise<EthFilter<LogObject>>;

Parameters

Parameter Type Description
indexed Record<string, any>
options FilterOptions (Optional)

Returns:

Promise<EthFilter<LogObject>>