Function debug_trace_block

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