Method: Web3::Eth::EthModule#contract

Defined in:
lib/web3ethereum/eth_module.rb

#contract(abi) ⇒ Object



36
37
38
# File 'lib/web3ethereum/eth_module.rb', line 36

def contract abi
  Web3::Eth::Contract.new abi, @web3_rpc
end