Method: Web3::Eth::Transaction#call_input_data
- Defined in:
- lib/web3/eth/transaction.rb
#call_input_data ⇒ Object
suffix # 0xa1 0x65 ‘b’ ‘z’ ‘z’ ‘r’ ‘0’ 0x58 0x20 <32 bytes swarm hash> 0x00 0x29 look solidity.readthedocs.io/en/latest/metadata.html for details
28 29 30 31 32 33 34 |
# File 'lib/web3/eth/transaction.rb', line 28 def call_input_data if input && input.length>10 input[10..input.length] else [] end end |