hyperledger-fabric-node-chaincode-utils icon indicating copy to clipboard operation
hyperledger-fabric-node-chaincode-utils copied to clipboard

Utilities functions for Node.js chaincode on Hyperledger Fabric blockchain

Results 5 hyperledger-fabric-node-chaincode-utils issues
Sort by recently updated
recently updated
newest added

We are using txHelper.getPublicKey function in our token example, but what would happen if a certificate is revoked and the user will not be able to use this certificate in...

TL;DR parseParameters shouldn't write a error level log for failure to JSON parse an arg. Make it debug level. --- parseParameters works fine if you are sending your chaincode arguments...