This page has been updated for Wallets SDK V1. If you are using the previous version,
see the previous version of this page or the V1 migration guide.
useWallet()
Returns
Creates a Device Signer
Creates a Passkey Signer
Creates a new wallet.
Detail about the last failure, or null when there is no error.
getWallet
(props: Pick<ClientSideWalletArgsFor<C>, "chain" | "alias">) => Promise<Wallet | undefined>
Retrieves an existing wallet.
Current wallet status.
The current wallet instance, or undefined if no wallet is loaded.
Usage
Wallet Methods
Thewallet instance returned by useWallet() provides methods for token transfers, balances, signing, and more.
Since the React SDK wraps the Wallets SDK, see the Wallets SDK Reference for complete documentation.
Chain-specific:
EVMWallet—getViemClient(),sendTransaction(),signMessage(),signTypedData()SolanaWallet—sendTransaction()StellarWallet—migrate(),sendTransaction(),upgrade()

