Debug and Trace Methods
For advanced debugging and tracing, BVM Network supports a subset of methods from Geth's debug and txpool APIs, and OpenEthereum's trace module:
debug_traceTransaction, debug_traceBlockByNumber, debug_traceBlockByHash: Allow for the replaying of transactions or blocks for debugging purposes.
trace_filter: Returns matching traces based on specified filters.
txpool_content, txpool_inspect, txpool_status: Provide detailed information about transactions in the pool, including their pending, waiting, and queued status.
Last updated