pub trait CheckIsLockedCoinWithHash { // Required method fn check_is_locked_coin_with_hash(&self, hash: u256, n: u32) -> bool; }