-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Description: We decided to remove balance from the Address Details #53 story because there are additional requirements for items such as mint/burn of tokens and multi-sig transactions. The backend work related to this story is in #96.
As a user, I want to view the balance of a specific address in Talib so that I stay informed.
- Should calculate and display the current balance of an address.
- Should include the calculation of mint/burn tokens.
- Should include multi-sig transactions.
- Should update the Transactions Table with these types.
- Should present the same balance value for a user in both Alberto and Talib.
- Should be demoed.
Notes:
Hans/Stanley to decide on best path to implementation.
- Could be done with a frontend call of ledger.balance.
- Outlier for this would be if a user was awarded tokens during a genesis event.
- Genesis state can impact multi-sig as well.