RHSResolver class
RHSResolver is a class that allows to interact with the RHS service to get revocation status.
RHSResolver
Signature:
export declare class RHSResolver implements CredentialStatusResolver
Implements: CredentialStatusResolver
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(_state) | Constructs a new instance of the RHSResolver class |
Methods
| Method | Modifiers | Description |
|---|---|---|
| newProofFromData(existence, allSiblings, nodeAux) | ||
| resolve(credentialStatus, credentialStatusResolveOptions) | resolve is a method to resolve a credential status from the blockchain. | |
| rhsGenerateProof(treeRoot, key, rhsUrl) |