You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Its better to track summary as the transactions are being parsed.
Accumulate the summary in global variable for each parsing.
Show summary at the end of every transaction for testing ( to be changed later based on num of screens shown).
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: