Method: Web3::Eth::EthModule#initialize

Defined in:
lib/web3ethereum/eth_module.rb

#initialize(web3_rpc) ⇒ EthModule

Returns a new instance of EthModule.



10
11
12
# File 'lib/web3ethereum/eth_module.rb', line 10

def initialize web3_rpc
  @web3_rpc = web3_rpc
end