Last chance! 50% off unlimited learning
Sale ends in
eth_getBlockByHash
returns information about a block by hash.
eth_getBlockByHash(hash, full = TRUE, hex = TRUE)
Hash - Hash of the block.
Boolean - If true
it returns the full transaction objects,
if false
only the hashes of the transactions.
Boolean - true
to get the response in hexadecimal,
false
to get a readable response.
Object - A block object, or null
when no block was found.
Other eth functions: eth_accounts
,
eth_blockNumber
, eth_call
,
eth_coinbase
,
eth_estimateGas
,
eth_gasPrice
, eth_getBalance
,
eth_getBlockByNumber
,
eth_getBlockTransactionCountByHash
,
eth_getBlockTransactionCountByNumber
,
eth_getCode
,
eth_getFilterChanges
,
eth_getFilterLogs
,
eth_getLogs
, eth_getProof
,
eth_getStorageAt
,
eth_getTransactionByBlockHashAndIndex
,
eth_getTransactionByBlockNumberAndIndex
,
eth_getTransactionByHash
,
eth_getTransactionCount
,
eth_getTransactionReceipt
,
eth_getUncleByBlockHashAndIndex
,
eth_getUncleByBlockNumberAndIndex
,
eth_getUncleCountByBlockHash
,
eth_getUncleCountByBlockNumber
,
eth_getWork
, eth_hashrate
,
eth_mining
,
eth_newBlockFilter
,
eth_newFilter
,
eth_newPendingTransactionFilter
,
eth_protocolVersion
,
eth_sendRawTransaction
,
eth_sendTransaction
,
eth_sign
, eth_submitHashrate
,
eth_submitWork
, eth_syncing
,
eth_uninstallFilter
, gethr
,
personal_sendTransaction
# NOT RUN {
eth_getBlockByHash('0xb69e76f3997f318f4385f31885576aa43cb40ad4ed8938718e1503
20ff48f528')
eth_getBlockByHash('0xb69e76f3997f318f4385f31885576aa43cb40ad4ed8938718e1503
20ff48f528', FALSE, FALSE)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab