CosmWasm / sylvia

CosmWasm smart contract framework
Apache License 2.0
90 stars 14 forks source link

Assert parameterless `new` method is defined #342

Closed jawoznia closed 4 months ago

jawoznia commented 4 months ago

new method is required for sylvia to dispatch message payload to proper contract method. It most likely should never accept any parameters as those would have to be received in an entry point which has fixed input.