dedis/cothority

Returning an array of structs from a Solidity method no longer works

cgrigis opened this issue · 1 comments

Before the changes introduced by #2332, it was possible to return an array of structs from a Solidity view method.
Now, the following error is raised: Unsupported or invalid type: tuple

Closes c4dt/todo#175