Skip to main content

IIdentityWallet.getDIDTreeModel() method

Gets a tree model for given did that includes claims tree, revocation tree, the root of roots tree and calculated state hash

Signature:

getDIDTreeModel(did: DID): Promise<TreesModel>;

Parameters

ParameterTypeDescription
didDIDdid which trees info we need to receive

Returns:

Promise<TreesModel>

Promise<TreesModel>