pub async fn debug_trace_block<T: Transport + Clone, N: Network, P: Provider<T, N> + DebugProviderExt<T, N>>(
client: P,
block_id: BlockId,
diff_mode: bool,
) -> Result<(GethStateUpdateVec, GethStateUpdateVec)>
pub async fn debug_trace_block<T: Transport + Clone, N: Network, P: Provider<T, N> + DebugProviderExt<T, N>>(
client: P,
block_id: BlockId,
diff_mode: bool,
) -> Result<(GethStateUpdateVec, GethStateUpdateVec)>