Function debug_trace_transaction

Source
pub async fn debug_trace_transaction<N: Network, P: Provider<N> + DebugApi<N>>(
    client: P,
    req: TxHash,
    diff_mode: bool,
) -> Result<(GethStateUpdate, GethStateUpdate)>