mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +00:00
Introduce function into frame System (#14149)
This commit is contained in:
@@ -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:";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user