@aptos-labs/ts-sdk
Version:
Aptos TypeScript SDK
12 lines (9 loc) • 370 B
text/typescript
// Copyright © Aptos Foundation
// SPDX-License-Identifier: Apache-2.0
export {
addAuthenticationFunctionTransaction,
removeAuthenticationFunctionTransaction,
removeDispatchableAuthenticatorTransaction,
} from "../internal/abstraction.js";
export { AccountAbstraction } from "../api/account/abstraction.js";
export { AptosConfig } from "../api/aptosConfig.js";