@krebitdao/reputation-passport
Version:
Krebit SDK for Verified Credentials
31 lines (30 loc) • 888 B
JavaScript
import { badge } from './badge.js';
import { birthDate } from './birthDate.js';
import { certificate } from './certificate.js';
import { digitalProperty } from './digitalProperty.js';
import { education } from './education.js';
import { issuer } from './issuer.js';
import { legalName } from './legalName.js';
import { location } from './location.js';
import { governmentId } from './governmentId.js';
import { phoneNumber } from './phoneNumber.js';
import { workExperience } from './workExperience.js';
import { recommendation } from './recommendation.js';
import { attendance } from './attendance.js';
import { offer } from './offer.js';
export const claims = {
badge,
birthDate,
certificate,
digitalProperty,
education,
issuer,
legalName,
location,
governmentId,
phoneNumber,
workExperience,
recommendation,
attendance,
offer
};