Package: react-wallet-kit
Defined in: react-wallet-kit/src/providers/client/Types.tsx:94
Overview
Refreshes the wallets state for the current user session.- This function fetches the latest list of wallets associated with the current session or user,
wallets
state variable in the provider.
- If a
stampWith
parameter is provided, it will use that stamper to fetch the wallets
- Automatically handles error reporting via the configured callbacks.
- Typically used after wallet creation, import, export, account changes, or authentication
- If no wallets are found, the state will be set to an empty array.
Parameters
Response
A successful response returns the following fields:A promise that resolves when the wallets are successfully refreshed and state is updated.