eth_getLogs
Signature
Section titled “Signature”function eth_getLogs( uint256 fromBlock, uint256 toBlock, address target, bytes32[] calldata topics) external returns (EthGetLogs[] memory logs);Description
Section titled “Description”Gets all the logs according to specified filter.