RevocationNotification
@hyperledger/identus-sdk v7.0.0
@hyperledger/identus-sdk / plugins/internal/oea / RevocationNotification
Class: RevocationNotification
Defined in: src/plugins/internal/oea/protocols/RevocationNotfiication.ts:14
Constructors
Constructor
new RevocationNotification(
body:PrismRevocationBody,from:DID,to:DID):RevocationNotification
Defined in: src/plugins/internal/oea/protocols/RevocationNotfiication.ts:17
Parameters
| Parameter | Type | 
|---|---|
| body | PrismRevocationBody | 
| from | DID | 
| to | DID | 
Returns
RevocationNotification
Properties
| Property | Modifier | Type | Default value | Defined in | 
|---|---|---|---|---|
| body | public | PrismRevocationBody | undefined | src/plugins/internal/oea/protocols/RevocationNotfiication.ts:18 | 
| from | public | DID | undefined | src/plugins/internal/oea/protocols/RevocationNotfiication.ts:19 | 
| to | public | DID | undefined | src/plugins/internal/oea/protocols/RevocationNotfiication.ts:20 | 
| type | static | "https://atalaprism.io/revocation_notification/1.0/revoke" | OEA.ProtocolIds.PrismRevocation | src/plugins/internal/oea/protocols/RevocationNotfiication.ts:15 | 
Methods
makeMessage()
makeMessage():
Message
Defined in: src/plugins/internal/oea/protocols/RevocationNotfiication.ts:23
Returns
fromMessage()
staticfromMessage(message:Message):RevocationNotification
Defined in: src/plugins/internal/oea/protocols/RevocationNotfiication.ts:35
Parameters
| Parameter | Type | 
|---|---|
| message | Message | 
Returns
RevocationNotification