You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use #[derive(Call)] without #[module] in the same module, you will get errors
complaining about an undefined method with a name starting with with_.
The text was updated successfully, but these errors were encountered:
From https://github.com/paritytech/substrate-subxt/pull/99/files#diff-04c6e90faac2675aa89e2176d2eec7d8R9:
If you use
#[derive(Call)]
without#[module]
in the same module, you will get errorscomplaining about an undefined method with a name starting with
with_
.The text was updated successfully, but these errors were encountered: