UNPKG

@aptos-labs/ts-sdk

Version:
6 lines 295 B
// Copyright © Aptos Foundation // SPDX-License-Identifier: Apache-2.0 export { getTableItem, getTableItemsData, getTableItemsMetadata, } from "../internal/table.js"; export { Table } from "../api/table.js"; export { AptosConfig } from "../api/aptosConfig.js"; //# sourceMappingURL=table.js.map