interface VerifiedIssuer {
    id: UID;
    issuer: string;
    owner: string;
}

Properties

Properties

id: UID
issuer: string
owner: string