loom_types_blockchain

Function debug_trace_block

Source
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)>