Function era_test_node::utils::create_debug_output
source · pub fn create_debug_output(
l2_tx: &L2Tx,
result: &VmExecutionResultAndLogs,
traces: Vec<Call>
) -> Result<DebugCall, Web3Error>
Expand description
Creates a [DebugCall] from a [L2Tx], [VmExecutionResultAndLogs] and a list of [Call]s.