pub trait OriginalHash<const BYTES: usize> { // Required method fn original_hash(&self) -> Hash<BYTES>; }