Instance Property
hash
The block’s hash — double-SHA256 of the 80-byte header.
var hash: BlockHash { get }
Discussion
Equivalent to self.header.hash. Returns an owned copy that outlives this block. The hash is in internal (kernel) byte order — reverse it for display-order hex.