mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 21:01:05 +00:00
Whitelist 'intrablock_entropy' (#14489)
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
4137aa687d
commit
234ceca1cc
@@ -205,6 +205,8 @@ pub mod well_known_keys {
|
||||
pub const EXTRINSIC_INDEX: &[u8] = b":extrinsic_index";
|
||||
|
||||
/// Current intra-block entropy (a universally unique `[u8; 32]` value) is stored here.
|
||||
///
|
||||
/// Encodes to `0x3a696e747261626c6f636b5f656e74726f7079`.
|
||||
pub const INTRABLOCK_ENTROPY: &[u8] = b":intrablock_entropy";
|
||||
|
||||
/// Prefix of child storage keys.
|
||||
|
||||
Reference in New Issue
Block a user