Skip to main content

reference_eval

Function reference_eval 

Source
pub fn reference_eval(current: &[u32], next: &[u32]) -> u32
Expand description

Reference evaluation: returns 1 if the two bitsets differ word-for-word, else 0. Primitive only - doesn’t run the transfer body.