We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the list of outputs looks like this:
Account "main": outputs Outputs: [ OutputId(0x6f86544527a9b76093db90c0ae1e50f1b58a78a9572f407aad6e2400e6008fe30600), ]
Which doesn't say a lot. It would be great to refactor the list that contains the relative number and type. i.e:
0 0x000000 alias 1 0x111111 nft
Improve UX, give the user better information about associated outputs with the account
Account "main": outputs 0 0x000000 alias 1 0x111111 nft
should we have additional details in a row beside the type of output?
Yes/No.
The text was updated successfully, but these errors were encountered:
Closed by #955
Sorry, something went wrong.
qrayven
Successfully merging a pull request may close this issue.
Description
Currently, the list of outputs looks like this:
Which doesn't say a lot.
It would be great to refactor the list that contains the relative number and type. i.e:
Motivation
Improve UX, give the user better information about associated outputs with the account
Requirements
Open questions (optional)
should we have additional details in a row beside the type of output?
Are you planning to do it yourself in a pull request?
Yes/No.
The text was updated successfully, but these errors were encountered: