Retrieve an existing wallet set.
Represents the input for retrieving a wallet set.
The ID of the wallet set to retrieve.
1const response = await client.getWalletSet({
2 id: 'd1daae42-6853-4d66-8184-65468e95225b',
3})
4console.log(response.data?.walletSet)