@iota/iota-names-sdk
Version:
IOTA-Names SDK
43 lines (42 loc) • 997 B
JavaScript
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
} from "./helpers.js";
import {
isValidIotaName,
validateIotaName,
normalizeIotaName,
validateIotaSubname
} from "./utils.js";
export {
ALLOWED_METADATA,
GRACE_PERIOD_MS,
IotaNamesClient,
IotaNamesTransaction,
MIN_LABEL_SIZE,
getConfigType,
getNameRegistrationType,
getNameType,
getPricelistConfigType,
getRenewalPricelistConfigType,
getSubnameRegistrationType,
isNestedSubname,
isSubname,
isValidIotaName,
normalizeIotaName,
packages,
validateIotaName,
validateIotaSubname,
validateYears
};
//# sourceMappingURL=index.js.map