UrsZeidler / uml2solidity

A uml profile and a set of acceleo code generators to model smart contracts in uml and generate solidity code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add get struct mapping method in the java interface.

UrsZeidler opened this issue · comments

As the api can return structs from a mapping, in the same way as return of multiple values the generator should generate a dataholder for the struct and add a method in the interface to access it.