Interface: UseAccountsOptions
Defined in: useAccounts.ts:7
Options for the useAccounts hook.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
onAccountSelect? | (account: WalletAccount) => void | Callback fired whenever the selected account changes. | useAccounts.ts:9 |