Expand description
Convenient and efficient runtime info access. Convenient interface to runtime information.
Structs§
- A snapshot of the runtime claim queue at an arbitrary relay chain block.
- Configuration for construction a
RuntimeInfo
. SessionInfo
with additional useful data for validator nodes.- Caching of session info.
- Information about ourselves, in case we are an
Authority
.
Enums§
Functions§
- Convenience function for quickly checking the signature on signed data.
- Fetch the claim queue and wrap it into a helpful
ClaimQueueSnapshot
- Returns the lookahead from the scheduler params if the runtime supports it, or default value if scheduling lookahead API is not supported by runtime.
- Fetch the validation code bomb limit from the runtime.
- Request availability cores from the runtime.
- Get
CandidateEvent
s for the givenrelay_parent
. - Get group rotation info based on the given
relay_parent
. - Variant of
request_availability_cores
that only returns occupied ones. - Get on chain votes.
- Fetch a list of
PendingSlashes
from the runtime. - Fetch
ValidationCode
by hash from the runtime. - Generate validator key ownership proof.
- Receive a response from a runtime request and convert errors.
- Submit a past-session dispute slashing report.