Verification Method Peer DID
data class VerificationMethodPeerDID(val id: String, val controller: String, val verMaterial: VerificationMaterialPeerDID<out VerificationMethodTypePeerDID>)(source)
Represents a verification method used in PeerDID.
Constructors
Link copied to clipboard
constructor(id: String, controller: String, verMaterial: VerificationMaterialPeerDID<out VerificationMethodTypePeerDID>)