@mysten/suins
Version:
29 lines (28 loc) • 660 B
JavaScript
import { SuinsClient } from "./suins-client.js";
import { SuinsTransaction } from "./suins-transaction.js";
import { ALLOWED_METADATA, mainPackage } from "./constants.js";
import {
isSubName,
isNestedSubName,
validateYears,
getConfigType,
getDomainType,
getPricelistConfigType,
getRenewalPricelistConfigType,
getCoinDiscountConfigType
} from "./helpers.js";
export {
ALLOWED_METADATA,
SuinsClient,
SuinsTransaction,
getCoinDiscountConfigType,
getConfigType,
getDomainType,
getPricelistConfigType,
getRenewalPricelistConfigType,
isNestedSubName,
isSubName,
mainPackage,
validateYears
};
//# sourceMappingURL=index.js.map