UNPKG

@vaimee/my3sec-contracts

Version:

A set of contracts that implements the My3Sec protocol

11 lines (10 loc) 538 B
export type { ICertificateNFT } from "./ICertificateNFT"; export type { IEnergyWallet } from "./IEnergyWallet"; export type { IMy3SecHub } from "./IMy3SecHub"; export type { IMy3SecProfiles } from "./IMy3SecProfiles"; export type { IMy3SecToken } from "./IMy3SecToken"; export type { IOrganization } from "./IOrganization"; export type { ISkillRegistry } from "./ISkillRegistry"; export type { ISkillWallet } from "./ISkillWallet"; export type { ITimeWallet } from "./ITimeWallet"; export type { IWhitelistable } from "./IWhitelistable";