UNPKG

@mysten/suins

Version:
17 lines (16 loc) 542 B
// Copyright (c) Mysten Labs, Inc. // SPDX-License-Identifier: Apache-2.0 export { suins, SuinsClient, type SuinsExtensionOptions } from './suins-client.js'; export { SuinsTransaction } from './suins-transaction.js'; export type { SuinsClientConfig, PackageInfo } from './types.js'; export { ALLOWED_METADATA, mainPackage } from './constants.js'; export { isSubName, isNestedSubName, validateYears, getConfigType, getDomainType, getPricelistConfigType, getRenewalPricelistConfigType, getCoinDiscountConfigType, } from './helpers.js';