pub trait BlockHashExtensions { // Required methods fn is_none(&self) -> bool; fn is_origin(&self) -> bool; }