API ReferencesAccountnamespaceAccountNamespace.get() methodOn this pageAccountNamespace.get() methodReturn an account by aliasSignature:get(alias: string): Promise<Account | undefined>;Parameters​ParameterTypeDescriptionaliasstringUnique alias name of an account. Used to retrieve or select Account from the Wallet.Returns:Promise<Account | undefined>