pub trait ClientDataHash<const DIGEST_LEN: usize>: ClientData<DIGEST_LEN> + ClientHash<DIGEST_LEN> { }