UNPKG

@mysten/dapp-kit

Version:

A collection of React hooks and components for interacting with the Sui blockchain and wallets.

6 lines (5 loc) 201 B
import type { WalletAccount } from '@mysten/wallet-standard'; /** * Retrieves a list of connected accounts authorized by the dApp. */ export declare function useAccounts(): readonly WalletAccount[];