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