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
According to #434 (comment):
I'm wondering if we couldn't also "move" these types into the trait? Do you think it's overkill or is there a specific reason not to do it?
One should look into if it makes sense to move the call definitions
substrate-api-client/src/extrinsic/balances.rs
Lines 33 to 38 in e27d177
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to #434 (comment):
One should look into if it makes sense to move the call definitions
substrate-api-client/src/extrinsic/balances.rs
Lines 33 to 38 in e27d177
as a trait type. Should be a simplification, not something that makes things more compilacated.
The text was updated successfully, but these errors were encountered: