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.
SolParamsDecode
1 parent 87db54b commit 0a2a950Copy full SHA for 0a2a950
crates/ink/codegen/src/generator/dispatch.rs
@@ -340,7 +340,7 @@ impl Dispatch<'_> {
340
sol::utils::selector_id(message),
341
sol::utils::selector(message),
342
quote!(::ink::abi::Abi::Sol),
343
- quote!(::ink::SolDecode),
+ quote!(::ink::primitives::sol::SolParamsDecode),
344
quote! {
345
::ink::env::return_value_solidity::<Self::Output>(
346
flags,
@@ -432,7 +432,7 @@ impl Dispatch<'_> {
432
(
433
434
435
436
437
438
0 commit comments