Method: Web3::Eth::EthModule#getTransactionReceipt

Defined in:
lib/web3ethereum/eth_module.rb

#getTransactionReceipt(tx_hash) ⇒ Object



32
33
34
# File 'lib/web3ethereum/eth_module.rb', line 32

def getTransactionReceipt tx_hash
  TransactionReceipt.new @web3_rpc.request("#{PREFIX}#{__method__}", [tx_hash])
end