Zilliqa / hardhat-scilla-plugin

MIT License
3 stars 0 forks source link

Support complex data types for transition calls and field reads #3

Open its-saeed opened 1 year ago

its-saeed commented 1 year ago

Currently, We just support int and string data types as parameters to transitions or getting a contract field. But we need to support more complex data types such as maps and lists.