IIdentityWallet.publishStateToRHS() method
Signature:
publishStateToRHS(issuerDID: DID, rhsURL: string, revokedNonces?: number[]): Promise<void>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| issuerDID | DID | issuer did | 
| rhsURL | string | reverse hash service URL | 
| revokedNonces | number[] | (Optional) revoked nonces for the period from the last published | 
Returns:
Promise<void>
Promise<void>