-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] refactor!: make escrowAccess values strings
Rather than store an array of accounts with escrow access, store only one account. While a less practical implementation, it does conform to the spec and simplifies the code. In addition, remove non-sensical token_id existence requirements for `grant_access` and `remove_access` given by current version of near/NEPs#4 BREAKING CHANGE: this intentionally deviates from the current spec Co-Authored-By: @amgando
- Loading branch information
1 parent
ac913be
commit 60e5e4c
Showing
2 changed files
with
29 additions
and
77 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
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