Verification Material Peer DID
data class VerificationMaterialPeerDID<T : VerificationMethodTypePeerDID>(val format: VerificationMaterialFormatPeerDID, val value: Any, val type: T)(source)
Represents the verification material used in a PeerDID.
Parameters
T
The type of the verification method.