Module polkadot_runtime_parachains::runtime_api_impl::v11
source · Expand description
A module exporting runtime API implementation functions for all runtime APIs using v5
primitives.
Runtimes implementing the v11 runtime API are recommended to forward directly to these functions.
Functions§
- Approval voting subsystem configuration parameters
- Implementation for the
assumed_validation_data
function of the runtime API. - Implementation for
AsyncBackingParams
function from the runtime API - Implementation for the
availability_cores
function of the runtime API. - Implementation for
ParaBackingState
function from the runtime API - Implementation for the
candidate_events
function of the runtime API. - candidate_pending_availabilityDeprecatedImplementation for the
candidate_pending_availability
function of the runtime API. - Returns all the candidates that are pending availability for a given
ParaId
. Deprecatescandidate_pending_availability
in favor of supporting elastic scaling. - Implementation for the
check_validation_outputs
function of the runtime API. - Returns the claimqueue from the scheduler
- Implementation for
DisabledValidators
- Implementation for the
dmq_contents
function of the runtime API. - Implementation for
get_session_disputes
function from the runtime API - Implementation for the
inbound_hrmp_channels_contents
function of the runtime API. - Return the min backing votes threshold from the configuration.
- Returns the current state of the node features.
- Disputes imported via means of on-chain imports.
- Implementation for the
persisted_validation_data
function of the runtime API. - Returns the list of all PVF code hashes that require pre-checking.
- Implementation for the
AuthorityDiscoveryApi::authorities()
function of the runtime API. It is a heavy call, but currently only used for authority discovery, so it is fine. Gets next, current and some historical authority ids usingsession_info
module. - Get session executor parameter set
- Implementation for the
session_index_for_child
function of the runtime API. - Get the session info for the given session, if stored.
- Submits an PVF pre-checking vote.
- Implementation of
submit_report_dispute_lost
runtime API - Implementation of
unapplied_slashes
runtime API - Implementation for the
validation_code
function of the runtime API. - Implementation for the
validation_code_by_hash
function of the runtime API. - Returns the validation code hash for the given parachain making the given
OccupiedCoreAssumption
. - Implementation for the
validator_groups
function of the runtime API. - Implementation for the
validators
function of the runtime API.