getBalance with the wallet address.
Get balance for all wallets
In this example, we will get the balance for each connected wallet.
For each wallet, we will get the provider with useRpcProviders, to fetch the
balance by calling the
Previous
Sign a transaction on Ethereum/EVMSign an EVM transaction without broadcasting it to the network.
Next