Expand description
A declarations of storage keys where an external observer can find some interesting data.
Constants§
- ACTIVE_
CONFIG - The currently active host configuration.
- AUTHORITIES
- The authorities for the current epoch.
- CURRENT_
BLOCK_ RANDOMNESS - The current relay chain block randomness
- CURRENT_
SLOT - The current slot number.
- EPOCH_
INDEX - The current epoch index.
- NEXT_
AUTHORITIES - The authorities for the next epoch.
- ONE_
EPOCH_ AGO_ RANDOMNESS - The randomness for one epoch ago
- TWO_
EPOCHS_ AGO_ RANDOMNESS - The randomness for two epochs ago
Functions§
- dmq_
mqc_ head - The MQC head for the downward message queue of the given para. See more in the
Dmp
module. - hrmp_
channels - The HRMP channel for the given identifier.
- hrmp_
egress_ channel_ index - The list of outbound channels for the given para.
- hrmp_
ingress_ channel_ index - The list of inbound channels for the given para.
- para_
head - Hash of the committed head data for a given registered para.
- relay_
dispatch_ queue_ remaining_ capacity - The upward message dispatch queue remaining capacity for the given para id.
- relay_
dispatch_ queue_ size Deprecated - The upward message dispatch queue for the given para id.
- relay_
dispatch_ queue_ size_ typed Deprecated - Type safe version of
relay_dispatch_queue_size
. - upgrade_
go_ ahead_ signal - The signal that indicates whether the parachain should go-ahead with the proposed validation code upgrade.
- upgrade_
restriction_ signal - The signal that indicates whether the parachain is disallowed to signal an upgrade at this relay-parent.