Learn R Programming

gethr (version 0.1.0)

debug_traceBlockByHash: Full trace of a block by hash.

Description

debug_traceBlockByHash returns a full stack trace of all invoked opcodes of all transaction that were included in this block by hash.

Usage

debug_traceBlockByHash(hash)

Arguments

hash

Data - Block hash.

Value

Object - Full stack trace of the block.

See Also

Other debug functions: debug_backtraceAt, debug_blockProfile, debug_cpuProfile, debug_dumpBlock, 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_traceBlockByNumber, debug_traceBlockFromFile, debug_traceBlock, debug_traceTransaction, debug_verbosity, debug_vmodule, debug_writeBlockProfile, debug_writeMemProfile, gethr

Examples

Run this code
# NOT RUN {
debug_traceBlockByHash('0xc41e977760873fbab207d0921bc124edce6ce4044d2718b2bba1
ebec45656ffa')
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab