UserWallet.getAddress() methodGet the currently connected addressExampleconst address = await sdk.wallet.getAddress();Signature:getAddress(): Promise<string>;Returns:Promise<string>