RevocationTimeframeStatus
@iota/identity-wasm API documentation
Class: RevocationTimeframeStatus
Information used to determine the current status of a Credential.
Constructors
new RevocationTimeframeStatus()
new RevocationTimeframeStatus(
id
,index
,duration
,start_validity
?):RevocationTimeframeStatus
Creates a new RevocationTimeframeStatus
.
Parameters
id
string
index
number
duration
start_validity?
null
| Timestamp
Returns
Methods
toJSON()
Call Signature
toJSON():
Object
- Return copy of self without private attributes.
Returns
Object
Call Signature
toJSON():
any
Serializes this to a JSON object.
Returns
any
toString()
toString():
string
Return stringified version of self.
Returns
string
clone()
clone():
RevocationTimeframeStatus
Deep clones the object.
Returns
fromJSON()
static
fromJSON(json
):RevocationTimeframeStatus
Deserializes an instance from a JSON object.
Parameters
json
any
Returns
startValidityTimeframe()
startValidityTimeframe():
Timestamp
Get startValidityTimeframe value.
Returns
endValidityTimeframe()
endValidityTimeframe():
Timestamp
Get endValidityTimeframe value.
Returns
id()
id():
string
Return the URL fo the RevocationBitmapStatus
.
Returns
string
index()
index():
undefined
|number
Return the index of the credential in the issuer's revocation bitmap
Returns
undefined
| number