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
Currently not working, but for future it will significantly reduce load. Need to keep a check on it with newer versions of the polkadot/api module.
"authoredBlocks": { "name": "AuthoredBlocks", "modifier": 1, "type": { "DoubleMap": { "hasher": "Blake2_256", "key1": "SessionIndex", "key2": "ValidatorId", "value": "u32", "key2Hasher": "Blake2_256" } }, "fallback": "0x00000000", "documentation": [ " For each session index, we keep a mapping of `T::ValidatorId` to the", " number of blocks authored by the given authority." ], "storage": { "method": "AuthoredBlocks", "prefix": "ImOnline", "section": "imOnline" } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently not working, but for future it will significantly reduce load. Need to keep a check on it with newer versions of the polkadot/api module.
The text was updated successfully, but these errors were encountered: