-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* swap the keys for `user_balances: LookupMap<AccountId, LookupMap<AccountId, u128>>`. The map now uses `token_id` as a top level key, and then a map with `user, balance` as a value. * don't panic in `get_user_balance()` method. * Update expanded contract. * Update contract binary file. --------- Co-authored-by: Olga Kunyavskaya <[email protected]> Co-authored-by: Kirill <[email protected]>
- Loading branch information
1 parent
96d0910
commit 5ee143b
Showing
3 changed files
with
123 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.