We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sol*::Tuple
Parameters
Arguments
Rename SolError::Tuple to SolError::Parameters, SolCall::Tuple to SolCall::Arguments
SolError::Tuple
SolError::Parameters
SolCall::Tuple
SolCall::Arguments
The text was updated successfully, but these errors were encountered:
would like to take a stab at this please, will open pr soon
Sorry, something went wrong.
only gotcha is that it needs to be changed in the proc macro codegen in sol-macro/src/expand/ as well as in the traits in sol-type/src/types
sol-macro/src/expand/
sol-type/src/types
Successfully merging a pull request may close this issue.
Rename
SolError::Tuple
toSolError::Parameters
,SolCall::Tuple
toSolCall::Arguments
The text was updated successfully, but these errors were encountered: