Debug
debug_traceBadBlock
Executes the transactions in a bad block and returns the traces.
POST
Parameters
string
default:"1"
required
Unique identifier for a blockchain network.
number
default:1
required
Request identifier used to match responses.
string
default:"2.0"
required
JSON-RPC version.
string
default:"debug_traceBadBlock"
required
JSON-RPC method name.
object
required
Parameters: [blockHash, options?].Positional parameters for
debug_traceBadBlock:params[0]: 32 Bytes - hash of the block where this transaction was included. Null when pending.params[1]: Optional tracer configuration.
Returns
array
Traces matching given filter.