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

Create a Summary of transaction parsed #267

Closed
ajinkyaraj-23 opened this issue Aug 21, 2024 · 0 comments · Fixed by #286
Closed

Create a Summary of transaction parsed #267

ajinkyaraj-23 opened this issue Aug 21, 2024 · 0 comments · Fixed by #286
Assignees

Comments

@ajinkyaraj-23
Copy link
Collaborator

Context

When we need to do blindisigning or the number of pages are too large, we would allow users to sign the operation.(after showing blindsign warnings) But we must show summary of transaction which includes
Id: (what would be an Id?)
Number of transactions: X (> 1 for batch transaction)
Total amount being transferred: Y tez
Total fees : Z tez
Type of operation: List of operation types Show the beginning and ending operation type.
Transaction Hash:

Steps

  1. Its better to track summary as the transactions are being parsed.
  2. Accumulate the summary in global variable for each parsing.
  3. Show summary at the end of every transaction for testing ( to be changed later based on num of screens shown).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant