UNPKG

@iota/iota-names-sdk

Version:
45 lines (44 loc) 1.03 kB
import { IotaNamesClient } from "./iota-names-client.js"; import { IotaNamesTransaction } from "./iota-names-transaction.js"; import { ALLOWED_METADATA, MIN_LABEL_SIZE, GRACE_PERIOD_MS, packages } from "./constants.js"; import { isSubname, isNestedSubname, validateYears, getConfigType, getNameType, getPricelistConfigType, getRenewalPricelistConfigType, getNameRegistrationType, getSubnameRegistrationType, getDenyListType } from "./helpers.js"; import { isValidIotaName, validateIotaName, normalizeIotaName, validateIotaSubname } from "./utils.js"; export { ALLOWED_METADATA, GRACE_PERIOD_MS, IotaNamesClient, IotaNamesTransaction, MIN_LABEL_SIZE, getConfigType, getDenyListType, getNameRegistrationType, getNameType, getPricelistConfigType, getRenewalPricelistConfigType, getSubnameRegistrationType, isNestedSubname, isSubname, isValidIotaName, normalizeIotaName, packages, validateIotaName, validateIotaSubname, validateYears }; //# sourceMappingURL=index.js.map