Eth getFilterLogs
Returns an array of all logs matching filter with given id.
Request body sample: {"jsonrpc":"2.0","method":"eth_getFilterLogs","params":["0x16"],"id":74}
POSTeth_getFilterLogs
Body
idinteger
jsonrpcstring
methodstring
paramsnullable array of any
Response
OK
Body
idinteger
jsonrpcstring
resultstring
Request
Response