Module cfx_rpc_common_impl::trace
source · Structs§
- Represents an EVM execution frame with matched action-result pair and nested child frames (sub-calls).
- Final trace output with execution position metadata
Functions§
- Builds hierarchical call structure from raw traces. Returns root node of the execution tree.
- Converts raw EVM execution steps into Parity-compatible trace entries, pairing each action (call/create) with its corresponding result.