@solana/connector 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1430,17 +1430,17 @@ import { AppProvider, useConnector, useWallet, useConnectWallet } from '@solana/
1430
1430
 
1431
1431
  #### Legacy Hooks
1432
1432
 
1433
- | Hook | Description | Returns |
1434
- | --------------------------- | --------------------------------------- | ---------------------------------------------------------------------------------- |
1435
- | `useConnector()` | Main wallet connection hook (vNext + legacy) | `ConnectorSnapshot` |
1436
- | `useAccount()` | Account management hook | `{ address, formatted, copy, copied, accounts, selectAccount }` |
1437
- | `useCluster()` | Network/cluster management hook | `{ cluster, clusters, setCluster, isMainnet, isDevnet, rpcUrl }` |
1438
- | `useWalletInfo()` | Wallet metadata hook | `{ name, icon, wallet, connecting }` |
1439
- | `useTransactionSigner()` | Legacy transaction signer (web3.js) | `{ signer, ready, address, capabilities }` |
1440
- | `useKitTransactionSigner()` | Modern transaction signer (@solana/kit) | `{ signer, ready, address }` |
1441
- | `useBalance()` | SOL balance hook | `{ solBalance, isLoading, refetch }` |
1442
- | `useTokens()` | SPL tokens hook | `{ tokens, isLoading, refetch }` |
1443
- | `useTransactions()` | Transaction history hook | `{ transactions, isLoading, refetch }` |
1433
+ | Hook | Description | Returns |
1434
+ | --------------------------- | -------------------------------------------- | ---------------------------------------------------------------- |
1435
+ | `useConnector()` | Main wallet connection hook (vNext + legacy) | `ConnectorSnapshot` |
1436
+ | `useAccount()` | Account management hook | `{ address, formatted, copy, copied, accounts, selectAccount }` |
1437
+ | `useCluster()` | Network/cluster management hook | `{ cluster, clusters, setCluster, isMainnet, isDevnet, rpcUrl }` |
1438
+ | `useWalletInfo()` | Wallet metadata hook | `{ name, icon, wallet, connecting }` |
1439
+ | `useTransactionSigner()` | Legacy transaction signer (web3.js) | `{ signer, ready, address, capabilities }` |
1440
+ | `useKitTransactionSigner()` | Modern transaction signer (@solana/kit) | `{ signer, ready, address }` |
1441
+ | `useBalance()` | SOL balance hook | `{ solBalance, isLoading, refetch }` |
1442
+ | `useTokens()` | SPL tokens hook | `{ tokens, isLoading, refetch }` |
1443
+ | `useTransactions()` | Transaction history hook | `{ transactions, isLoading, refetch }` |
1444
1444
 
1445
1445
  ### Configuration Functions
1446
1446