macro_rules! our_view { ( $( $hash:expr ),* $(,)? ) => { ... }; }
Construct a new OurView with the given chain heads, finalized number 0
OurView
NOTE: Use for tests only.
let our_view = our_view![Hash::repeat_byte(1), Hash::repeat_byte(2)];