You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add NatSpec annotations that allow to indicate that contract fields correspond to the same contract/account, e.g. /// @custom-kontrol-alias: escrowOne.oneEth, escrowTwo.oneEth,. They could then be used when CSEing contracts such as Governance:
We should add NatSpec annotations that allow to indicate that
contract
fields correspond to the same contract/account, e.g./// @custom-kontrol-alias: escrowOne.oneEth, escrowTwo.oneEth,
. They could then be used when CSEing contracts such as Governance:in order to only generate a single account for
oneEth
instead of three (one for each contract involved).The text was updated successfully, but these errors were encountered: