Method: Web3::Eth::EthModule#getTransactionByHash
- Defined in:
- lib/web3/eth/eth_module.rb
#getTransactionByHash(tx_hash) ⇒ Object
28 29 30 |
# File 'lib/web3/eth/eth_module.rb', line 28 def getTransactionByHash tx_hash Transaction.new @web3_rpc.request("#{PREFIX}#{__method__}", [tx_hash]) end |