Skip to main content

Account.getAddress() method

Returns the public address of the account.

Signature:

getAddress(): Promise<string>;

Returns:

Promise<string>