Home > eth-connect > SolidityEvent > execute
Should be used to create new filter object from event
Signature:
execute(indexed: Record<string, any>, options?: FilterOptions): Promise<EthFilter<LogObject>>;
Parameter | Type | Description |
---|---|---|
indexed | Record<string, any> | |
options | FilterOptions | (Optional) |
Returns: