Method: Web3::Eth::ParityModule#getBlockReceiptsByBlockNumber
- Defined in:
- lib/web3/eth/parity_module.rb
#getBlockReceiptsByBlockNumber(block) ⇒ Object
18 19 20 21 22 |
# File 'lib/web3/eth/parity_module.rb', line 18 def getBlockReceiptsByBlockNumber block @web3_rpc.request("#{PREFIX}getBlockReceipts", [hex(block)]).collect{|tr| TransactionReceipt.new tr } end |