UNPKG

@aptos-labs/ts-sdk

Version:
6 lines 417 B
// 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"; //# sourceMappingURL=fungibleAsset.js.map