We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b125775 commit 42ed1cdCopy full SHA for 42ed1cd
crates/cast/bin/opts.rs
@@ -336,7 +336,7 @@ pub enum Subcommands {
336
/// ABI-encode a function with arguments.
337
#[clap(name = "calldata", visible_alias = "cd")]
338
CalldataEncode {
339
- /// The function signature in the form <name>(<types...>)
+ /// The function signature in the format `<name>(<in-types>)(<out-types>)`
340
sig: String,
341
342
/// The arguments to encode.
0 commit comments