Docs

GetAddress

Get the address of the currently connected wallet.

Usage

Call this method to get the address of the connected wallet.

string address = await sdk.Wallet.GetAddress();

Return Value

Returns the wallet address as a string.

string;