Open cherfia opened 5 years ago
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.
conv generate model myModel -c myChaincode
myModel.model.ts
MyModel
MyChaincode
Running
conv generate model myModel -c myChaincode
generatesmyModel.model.ts
, however, the class name of the generated model should beMyModel
instead ofMyChaincode
.