AccountNamespace.get() method
Return an account by alias
Signature:
get(alias: string): Promise<Account | undefined>;
Parameter | Type | Description |
---|
alias | string | Unique alias name of an account. Used to retrieve or select Account from the Wallet. |
Returns:
Promise<Account | undefined>