-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable token storage in asset wallet notebooks
Expose and use the necessary interfaces for tokens to be included in wallet notebooks. The big benefit of this is that all "ownership" functions can now be handled through the same interface whether they are fungible assets (like marbles) or non-fungible assets (like tokens). Needed to support the "get_balance" method in the token contract (we already support many of the other issuer methods through tokens). Added better support for the balance and transfer in the plugins. And... most notably, added an "issuer" reference in the context file. Context references turn out to be rather useful. This creates a reference to the specific token object in the collections file. So now there is a canonical reference point for accessing issuer functions. Signed-off-by: Mic Bowman <mic.bowman@intel.com>
- Loading branch information
Showing
5 changed files
with
40 additions
and
1 deletion.
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
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
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