You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way so that i can see the list of functions which is present in the chaincode by using this sdk. Earlier by using chaincode investigator i was able to see the functions.
This kind of output i want to see.
Example: [ibc-js] Found cc invoke function: issueCommercialPaper
[ibc-js] Found cc invoke function: transferPaper
[ibc-js] Found cc invoke function: createAccounts
[ibc-js] Found cc invoke function: createAccount
[ibc-js] Found cc invoke function: init
The text was updated successfully, but these errors were encountered:
Hi @ashish9308 - this demo uses the official NodeSDK ("hfc") produced by the Hyperledger Fabric project itself. hfc does not have built in support for "parsing" the chaincode source and looking for functions.
Is there any way so that i can see the list of functions which is present in the chaincode by using this sdk. Earlier by using chaincode investigator i was able to see the functions.
This kind of output i want to see.
Example:
[ibc-js] Found cc invoke function: issueCommercialPaper
[ibc-js] Found cc invoke function: transferPaper
[ibc-js] Found cc invoke function: createAccounts
[ibc-js] Found cc invoke function: createAccount
[ibc-js] Found cc invoke function: init
The text was updated successfully, but these errors were encountered: