Method: Web3::Eth::Transaction#method_hash
- Defined in:
- lib/web3/eth/transaction.rb
#method_hash ⇒ Object
18 19 20 21 22 23 24 |
# File 'lib/web3/eth/transaction.rb', line 18 def method_hash if input && input.length>=10 input[2...10] else nil end end |