-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FABN-1142] Node sdk: add token support
- Add TokenClient class to provide APIs for token operations - Add token-utils.js for helper methods - Create a new TokenClient in Client.js - Update Channel.js to send token command and transaction - Update Peer.js to send grpc request to a prover service - Define proverPeer role in Constants.js - Implement unit tests Change-Id: I1c3dc96b1f4383ea62b262eb66d85f40361a818d Signed-off-by: Wenjian Qiao <[email protected]>
- Loading branch information
1 parent
46080b7
commit e1af608
Showing
12 changed files
with
2,567 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
Oops, something went wrong.