pub fn image_content_hash(image: &Image) -> [u8; 32]Expand description
Content hash of an Image: SSZ hash_tree_root (SHA-256 merkleization
of the derived SSZ container). The canonical encoding/merkleization is
defined by Image’s ssz-derive impl.