[Feature] Rename attribute for structures generated through the sol!
macro
#570
Labels
enhancement
New feature or request
sol!
macro
#570
Component
sol! macro
Describe the feature you would like
Currently, the structures generated through the
sol!
macro use the exact same naming as in the Solidity code, but it follows different naming conventions than Rust. For example, a Solidity functionwould create the following Rust structure:
But we might prefer it to create a structure that follows Rust's naming conventions
A serde-like
#[rename(...)]
attribute could be implemented hereAdditional context
No response
The text was updated successfully, but these errors were encountered: