This function returns the details for a specific wallet (native balance is also included)
arkaneConnect.api.getWallet("d91b644a-076f-44bf-ae90-29251df19784")
arkaneConnect.api.getWallet(walletId: string): Promise<Wallet>
Promise<Wallet>
Parameter | Required | Description |
|
| Wallet ID of the wallet you want to fetch |
arkaneConnect.api.getWallet("d91b644a-076f-44bf-ae90-29251df19784");