Closed Lbqds closed 2 months ago
If exposePrivateFunctions is true, all contract functions will be changed to public and then the modified contract will be deployed. The downside is that we have to generate code for the contract's private functions.
exposePrivateFunctions
If
exposePrivateFunctions
is true, all contract functions will be changed to public and then the modified contract will be deployed. The downside is that we have to generate code for the contract's private functions.