UNPKG

@mysten/suins

Version:
6 lines (5 loc) 604 B
import { ALLOWED_METADATA, mainPackage } from "./constants.mjs"; import { getCoinDiscountConfigType, getConfigType, getDomainType, getPricelistConfigType, getRenewalPricelistConfigType, isNestedSubName, isSubName, validateYears } from "./helpers.mjs"; import { SuinsClient, suins } from "./suins-client.mjs"; import { SuinsTransaction } from "./suins-transaction.mjs"; export { ALLOWED_METADATA, SuinsClient, SuinsTransaction, getCoinDiscountConfigType, getConfigType, getDomainType, getPricelistConfigType, getRenewalPricelistConfigType, isNestedSubName, isSubName, mainPackage, suins, validateYears };