CosmWasm / sylvia

CosmWasm smart contract framework
Apache License 2.0
96 stars 16 forks source link

Use generics in entry_points macro #228

Closed jawoznia closed 12 months ago

jawoznia commented 1 year ago

entry_points require solid types. We have to parse them as attributes in entry_points<String> and generate entry points with Contract generic over these types.