Skip to main content

UserWallet.getAddress() method

Get the currently connected address

Example

const address = await sdk.wallet.getAddress();

Signature:

getAddress(): Promise<string>;

Returns:

Promise<string>