Learn R Programming

gethr (version 0.1.0)

debug_dumpBlock: State of the block.

Description

debug_dumpBlock retrieves the state that corresponds to the block number and returns a list of accounts (including storage and code).

Usage

debug_dumpBlock(number)

Arguments

number

Integer - Number of the block.

Value

Object - Information of the state (balance, code, hash, nonce, root and storage).

See Also

Other debug functions: debug_backtraceAt, debug_blockProfile, debug_cpuProfile, debug_gcStats, debug_getBlockRlp, debug_goTrace, debug_memStats, debug_seedHash, debug_setBlockProfileRate, debug_setHead, debug_stacks, debug_startCPUProfile, debug_startGoTrace, debug_stopCPUProfile, debug_stopGoTrace, debug_traceBlockByHash, debug_traceBlockByNumber, debug_traceBlockFromFile, debug_traceBlock, debug_traceTransaction, debug_verbosity, debug_vmodule, debug_writeBlockProfile, debug_writeMemProfile, gethr

Examples

Run this code
# NOT RUN {
debug_dumpBlock(15)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab