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