Scott Rose

Results 2 issues of Scott Rose

## Description This PR implements the enhancement requested in [Issue #128](https://github.com/ethereum/act/issues/128). Currently, both rewrites and implications use the same `=>` syntax in Act specifications, which can be confusing. This PR...

Adds NatSpec descriptions to generated functions in the Contracts Wizard. This improves code documentation and maintainability by providing clear documentation for all generated functions. Closes #59