Class: Web3::Eth::Contract::ContractMethod

Inherits:
Object
  • Object
show all
Defined in:
lib/web3_eth/contract.rb

Instance Method Summary collapse

Instance Method Details

#function_data(args) ⇒ Object



15
16
17
# File 'lib/web3_eth/contract.rb', line 15

def function_data(args)
  ["0x" + signature_hash + encode_hex(encode_abi(input_types, args)), output_types]
end