Method: Web3::EthCalls#eth_getLogs

Defined in:
lib/eth_calls.rb

#eth_getLogs(filter_obj) ⇒ Object



271
272
273
274
# File 'lib/eth_calls.rb', line 271

def eth_getLogs(filter_obj)
response = do_request("eth_getLogs",[filter_obj])
response["result"]
end