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
Running conv generate model myModel -c myChaincode generates myModel.model.ts, however, the class name of the generated model should be MyModel instead of MyChaincode.
The text was updated successfully, but these errors were encountered:
Running
conv generate model myModel -c myChaincode
generatesmyModel.model.ts
, however, the class name of the generated model should beMyModel
instead ofMyChaincode
.The text was updated successfully, but these errors were encountered: