TreesModel interface
Interface to unite contains three trees: claim, revocation and rootOfRoots Also contains the current state of identity
TreesModel
Signature:
export interface TreesModel
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| claimsTree | Merkletree | ||
| revocationTree | Merkletree | ||
| rootsTree | Merkletree | ||
| state | Hash |