eth_getFilterLogs - Optimistic Ethereum


Summary

Returns an array of all logs matching filter with given filter ID, created by eth_newFilter.

Parameters

1. Filter ID Hex

The ID of the filter you wish to get
Example: 0x12345...

Code Examples