0xSpaceShard / starknet-hardhat-plugin

A plugin for integrating Starknet tools into Hardhat projects
https://0xspaceshard.github.io/starknet-hardhat-plugin/
MIT License
198 stars 36 forks source link

Support raw input #346

Closed FabijanC closed 1 year ago

FabijanC commented 1 year ago

Instead of always parsing the input (and checking it's correct according to the compilation JSON artifact), we can allow users to directly provide an input array which they see as well formatted. This could be achieved by providing a rawInput property to the CallOptions interface.