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