our_view

Macro our_view 

Source
macro_rules! our_view {
    ( $( $hash:expr ),* $(,)? ) => { ... };
}
Expand description

Construct a new OurView with the given chain heads, finalized number 0

NOTE: Use for tests only.

ยงExample

let our_view = our_view![Hash::repeat_byte(1), Hash::repeat_byte(2)];