UserWallet.getAddress() method
Get the currently connected address
Example
const address = await sdk.wallet.getAddress();
Signature:
getAddress(): Promise<string>;
Returns:
Promise<string>
Get the currently connected address
const address = await sdk.wallet.getAddress();
Signature:
getAddress(): Promise<string>;
Returns:
Promise<string>