UNPKG

@mysten/dapp-kit

Version:

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

5 lines (4 loc) 196 B
/** * Retrieves a list of registered wallets available to the dApp sorted by preference. */ export declare function useWallets(): import("@mysten/wallet-standard").WalletWithRequiredFeatures[];