VerificationMethodPeerDID

Represents a verification method used in PeerDID.

Constructors

Link copied to clipboard
constructor(id: String, controller: String, verMaterial: VerificationMaterialPeerDID<out VerificationMethodTypePeerDID>)

Properties

Link copied to clipboard

The controller of the verification method.

Link copied to clipboard
val id: String

The ID of the verification method.

Link copied to clipboard

The verification material of the verification method.

Functions

Link copied to clipboard
fun toDict(): Map<String, Any>

Converts the VerificationMethodPeerDID to a dictionary representation.