---
title: inclusionHashes
framework: sharedwithyoucore
role: symbol
role_heading: Instance Property
path: sharedwithyoucore/swperson/identityproof/inclusionhashes
---

# inclusionHashes

The hashes of missing Merkle tree nodes that can provide proof of inclusion.

## Declaration

```swift
var inclusionHashes: [Data] { get }
```

## Discussion

Discussion The data contains an array of SHA256 hash of the user’s combined public identities.

## See Also

### Accessing attributes

- [publicKey](sharedwithyoucore/swperson/identityproof/publickey.md)
- [publicKeyIndex](sharedwithyoucore/swperson/identityproof/publickeyindex.md)
