Skip to main content

AccountNamespace.get() method

Return an account by alias

Signature:

get(alias: string): Promise<Account | undefined>;

Parameters

ParameterTypeDescription
aliasstringUnique alias name of an account. Used to retrieve or select Account from the Wallet.

Returns:

Promise<Account | undefined>