getAddressGet the address of the currently connected wallet.UsageCall this method to get the address of the connected wallet.const address = await sdk.wallet.getAddress();Return ValueReturns the wallet address as a string.string;