getWallet
getWallet: ({id}: {id: string}) => Promise<WalletApiWalletResponseType>
const wallet = await client.walletApi.getWallet({id: walletId});
Hide child attributes