@aptos-labs/ts-sdk
Version:
Aptos TypeScript SDK
14 lines (11 loc) • 388 B
text/typescript
// Copyright © Aptos Foundation
// SPDX-License-Identifier: Apache-2.0
export {
getFungibleAssetMetadata,
getFungibleAssetActivities,
getCurrentFungibleAssetBalances,
transferFungibleAsset,
transferFungibleAssetBetweenStores,
} from "../internal/fungibleAsset.js";
export { FungibleAsset } from "../api/fungibleAsset.js";
export { AptosConfig } from "../api/aptosConfig.js";