<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "BitcoinKernel",
  "identifier" : "/documentation/BitcoinKernel/BlockHeader/hash",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "BitcoinKernel"
    ],
    "preciseIdentifier" : "s:13BitcoinKernel11BlockHeaderC4hashAA0C4HashCvp"
  },
  "title" : "hash"
}
-->

# hash

The block’s hash — double-SHA256 of these 80 header bytes.

```
var hash: BlockHash { get }
```

## Discussion

Returns an owned copy in internal (kernel) byte order. Reverse for
display-order hex.