Get the address of the currently connected wallet.
Call this method to get the address of the connected wallet.
string address = await sdk.Wallet.GetAddress();
Returns the wallet address as a string.
string;