Introduce function into frame System (#14149)

This commit is contained in:
Gavin Wood
2023-05-15 18:11:33 +01:00
committed by GitHub
parent 0a105eed6f
commit f30e6df370
3 changed files with 38 additions and 0 deletions
+3
View File
@@ -204,6 +204,9 @@ pub mod well_known_keys {
/// Encodes to `0x3a65787472696e7369635f696e646578`.
pub const EXTRINSIC_INDEX: &[u8] = b":extrinsic_index";
/// Current intra-block entropy (a universally unique `[u8; 32]` value) is stored here.
pub const INTRABLOCK_ENTROPY: &[u8] = b":intrablock_entropy";
/// Prefix of child storage keys.
pub const CHILD_STORAGE_KEY_PREFIX: &[u8] = b":child_storage:";