alephium / alephium-web3

The Typescript SDK for building dapps on Alephium
GNU Lesser General Public License v3.0
11 stars 26 forks source link

Support testing contract private functions in integration tests #420

Closed Lbqds closed 2 months ago

Lbqds commented 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.