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
GetStorage
The current GetStorage ( https://github.com/scs/substrate-api-client/blob/7e5962bd2c9149f990b34aa25ad7bc7f6f92c868/src/api/rpc_api/state.rs) uses some outdated namings. E.g.
substrate-api-client/src/api/rpc_api/state.rs
Lines 59 to 63 in 7e5962b
StorageKey
Additionally, some explanatory comments would be nice. Check out Substrate's comments for reference: https://github.com/paritytech/substrate/blob/7d233c2446b5a60662400a0a4bcfb78bb3b79ff7/client/rpc-api/src/state/mod.rs
The text was updated successfully, but these errors were encountered:
state
masapr
Successfully merging a pull request may close this issue.
The current
GetStorage
( https://github.com/scs/substrate-api-client/blob/7e5962bd2c9149f990b34aa25ad7bc7f6f92c868/src/api/rpc_api/state.rs) uses some outdated namings.E.g.
substrate-api-client/src/api/rpc_api/state.rs
Lines 59 to 63 in 7e5962b
does not get the storage by Key Hash but by
StorageKey
. That should be clarified.Additionally, some explanatory comments would be nice. Check out Substrate's comments for reference: https://github.com/paritytech/substrate/blob/7d233c2446b5a60662400a0a4bcfb78bb3b79ff7/client/rpc-api/src/state/mod.rs
The text was updated successfully, but these errors were encountered: