@aptos-labs/ts-sdk
Version:
Aptos TypeScript SDK
12 lines (9 loc) • 308 B
text/typescript
// Copyright © Aptos Foundation
// SPDX-License-Identifier: Apache-2.0
export {
getNumberOfDelegators,
getNumberOfDelegatorsForAllPools,
getDelegatedStakingActivities,
} from "../internal/staking.js";
export { Staking } from "../api/staking.js";
export { AptosConfig } from "../api/aptosConfig.js";