pub fn debug_interactions_with_all_chips<SC, A>(
machine: &StarkMachine<SC, A>,
pkey: &StarkProvingKey<SC>,
shards: &[A::Record],
interaction_kinds: Vec<InteractionKind>,
scope: InteractionScope,
) -> bool
Expand description
Calculate the number of times we send and receive each event of the given interaction type, and print out the ones for which the set of sends and receives don’t match.