VerificationView
constructor(issuer: Did, issuerDisplayName: String? = null, issuerHandle: Handle? = null, uri: AtUri, isValid: Boolean, createdAt: Timestamp)
Parameters
issuer
The user who issued this verification.
issuerDisplayName
The display name of the issuer.
issuerHandle
The handle of the issuer.
uri
The AT-URI of the verification record.
isValid
True if the verification passes validation, otherwise false.
createdAt
Timestamp when the verification was created.