unique-network
refs/commits
0335e511ccbf
crates/evm-coder/procedural
Document evm related crates
#78becc5
#5af3116
Previously, generated `Call` enum had no documentation, and documentation on interface items was only kept in generated solidity interfaces. Now all documentation will be moved from impl items to generated `Call` enum
#dced9b9
#c098935
Previously, only documentation on items was parsed and preserved in generated code, now you can have documentation on interface itself
#f0dde16