@hypernetlabs/hypernet-id-objects
Version:
14 lines • 1.51 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MintedIdentityToken = void 0;
const IdentityToken_1 = require("./IdentityToken");
class MintedIdentityToken extends IdentityToken_1.IdentityToken {
constructor(tokenId, chainId, ownerAddress, timestamp, countryCode, email, firstName, lastName, birthday, placeOfBirth, mailingAddress, residenceAddress, passport, drivingLicense, visa, nationalId, consularId, electoralId, residentPermitId, taxId, studentId, passportCard, militaryId, publicSafetyId, healthId, taxEssentials, socialSecurityNumber, taxNumber, naturalPersonsRegister, // CPF
generalRegistrationNumber, voterIdNumber, issuingNumber, gender, nationality, livenessImage, motherName, fatherName, verifiedInvestor, underSanctions, activeScreening) {
super(ownerAddress, timestamp, countryCode, email, firstName, lastName, birthday, placeOfBirth, mailingAddress, residenceAddress, passport, drivingLicense, visa, nationalId, consularId, electoralId, residentPermitId, taxId, studentId, passportCard, militaryId, publicSafetyId, healthId, taxEssentials, socialSecurityNumber, taxNumber, naturalPersonsRegister, generalRegistrationNumber, voterIdNumber, issuingNumber, gender, nationality, livenessImage, motherName, fatherName, verifiedInvestor, underSanctions, activeScreening);
this.tokenId = tokenId;
this.chainId = chainId;
}
}
exports.MintedIdentityToken = MintedIdentityToken;
//# sourceMappingURL=MintedIdentityToken.js.map