@mysten/dapp-kit
Version:
A collection of React hooks and components for interacting with the Sui blockchain and wallets.
7 lines (6 loc) • 442 B
TypeScript
import type { WalletWithRequiredFeatures } from '@mysten/wallet-standard';
export declare const SUI_WALLET_NAME = "Sui Wallet";
export declare const DEFAULT_STORAGE: import("zustand/middleware").StateStorage;
export declare const DEFAULT_STORAGE_KEY = "sui-dapp-kit:wallet-connection-info";
export declare const DEFAULT_WALLET_FILTER: (wallet: WalletWithRequiredFeatures) => boolean;
export declare const DEFAULT_PREFERRED_WALLETS: string[];