ooibc88 / FabricSharp

Enhanced Hyperledger Fabric
Apache License 2.0
135 stars 47 forks source link

fabric-contract-api-go/contractapi clarification #31

Closed rios240 closed 1 year ago

rios240 commented 1 year ago

I am attempting to use the forked fabric-contract-api/contractapi instead of the fabric-chaincode-go/shim package but I receive this error: cannot use cc (variable of type *ContractChaincode) as type shim.Chaincode in argument to shim.Start: *ContractChaincode does not implement shim.Chaincode (missing Prov method) If this is one purpose where should we define it? Also, if none of our smart contract functions currently use provenance can we just return an empty dependency array? Will this break functionality?