<!--
{
  "availability" : [

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

# previousHash

The hash of the previous block’s header — the chain linkage field.

```
var previousHash: BlockHash { get }
```

## Discussion

Genesis blocks have all-zero previous-hash. Returns an owned copy
in internal (kernel) byte order.