Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Augment MyAlgoAccount.connect() to return the account nickname #36

Closed
oysterpack opened this issue Jun 12, 2021 · 2 comments
Closed

Augment MyAlgoAccount.connect() to return the account nickname #36

oysterpack opened this issue Jun 12, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@oysterpack
Copy link

Currently, the MyAlgoAccount.connect() API only returns the account Algorand addresses, which are not user-friendly. The account nickname that was assigned in the MyAlgo wallet should also be provided. The nickname would make it easier for the user to confirm and identify the Algorand address from within the app.

I propose to augment Accounts with a nickname field.

export type Nickname = string;

export interface Accounts {
	address: Address;
        nickname: Nickname
}
@Alex99y Alex99y added the enhancement New feature or request label Jun 14, 2021
@Alex99y
Copy link
Contributor

Alex99y commented Jun 14, 2021

Thanks for your feedback @oysterpack ! I agree with you, the next version of MyAlgo Connect will return the account name with the address.

@Alex99y
Copy link
Contributor

Alex99y commented Jul 13, 2021

Done, you can update MyAlgo Connect version to 1.1.0

@Alex99y Alex99y closed this as completed Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants