DidDhtDocumentMetadata

class DidDhtDocumentMetadata(val types: List<Int>? = null) : DidDocumentMetadata

Did document metadata for did:dht that extends the base did document metadata.

Constructors

Link copied to clipboard
constructor(types: List<Int>? = null)

Create empty Did dht document metadata

Properties

Link copied to clipboard

The canonical ID of the DID as per method-specific rules.

Link copied to clipboard

Timestamp of when the DID was created.

Link copied to clipboard

Indicates whether the DID has been deactivated. true if deactivated, false otherwise.

Link copied to clipboard

Alternative ID that can be used interchangeably with the canonical DID.

Link copied to clipboard

Timestamp of the next expected update of the DID document.

Link copied to clipboard

The version ID expected for the next version of the DID document.

Link copied to clipboard
val types: List<Int>? = null

list of types

Link copied to clipboard

Timestamp of the last time the DID was updated.

Link copied to clipboard

Specific version of the DID document.