5.0.2 • Published 8 months ago
@nightlylabs/wallet-adapter-core v5.0.2
Aptos Wallet Adapter core functionality
The core functionality for the wallet adapter that holds and manages the adapter state, validations and interaction with the current connected wallet.
Usage
import { WalletCore } from "@nightlylabs/wallet-adapter-core";
const walletCore = new WalletCore([], dappConfig);
const wallets = walletCore.wallets();