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
Following this PR: foundry-rs/foundry#9413
which renamed decoding functions to: decode-XXX
decode-XXX
The CLI reference is ok:
https://book.getfoundry.sh/reference/cli/cast/decode-abi
But the "cast ABI Commands" part is outdated and missing some functions (cast decode-error, etc.)
cast decode-error
https://book.getfoundry.sh/reference/cast/cast-abi-decode
Maybe creating a "Decoding" section could also make sense.
The text was updated successfully, but these errors were encountered:
cast
abi-encode
abi-decode
No branches or pull requests
Following this PR: foundry-rs/foundry#9413
which renamed decoding functions to:
decode-XXX
The CLI reference is ok:
https://book.getfoundry.sh/reference/cli/cast/decode-abi
But the "cast ABI Commands" part is outdated and missing some functions (
cast decode-error
, etc.)https://book.getfoundry.sh/reference/cast/cast-abi-decode
Maybe creating a "Decoding" section could also make sense.
The text was updated successfully, but these errors were encountered: