Hello
We have developed a smart contract, however we get the following error when running cargo concordium build.
Error: Could not build smart contract.
Caused by:
0: Could not validate resulting smart contract module.
1: Unknown value type byte 0x7c
What does this error mean? We are able to build the piggy bank example. We thought it might be because of our dependencies, but we dont know.