UNPKG

tonconnect-ui-react

Version:

TonConnect UI React is a React UI kit for TonConnect SDK. Use it to connect your app to TON wallets via TonConnect protocol in React apps.

6 lines (5 loc) 262 B
import { Wallet, WalletInfoWithOpenMethod } from '@tonconnect/ui'; /** * Use it to get user's current ton wallet. If wallet is not connected hook will return null. */ export declare function useTonWallet(): Wallet | (Wallet & WalletInfoWithOpenMethod) | null;