fabric-samples
fabric-samples copied to clipboard
ERC20 realization update for javascript
- JSDoc returns Promises in async functions
- Deleted redundant
totalSupplyparam fromInitializeJSDoc - Using DRY for
ClientAccountID,BalanceOfetc - Added function
ClientAccountMSPID - Added function
CheckAuthorization - Using new function
_updatefor minting, burning and transfering tokens - Additional functions for approving, spending allowance and checking empty values
- Updated and repaired tests
?