0xSpaceShard/starknet-hardhat-plugin

Support raw input

FabijanC opened this issue · 0 comments

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.