CosmWasm / sylvia

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

Support generics in interfaces return types #225

Closed jawoznia closed 1 year ago

jawoznia commented 1 year ago

Currently response type is not considered while generating messages. It might be tricky as cosmwasm_schema::QueryResponses might not support generics properly.