pub type EntropyBuffer = FixedVec<Entropy, ConstU32<4>>;Expand description
Entries relative to epoch N
[0]: epoch N entropy accumulator. Updated on each block with fresh entropy.
[i], for 1 ≤ i ≤ 3: accumulator snapshot at the begin of epoch N-i+1.
If N-i+1 < 0 then the corresponding entry is set to some fixed default value.
Aliased Type§
struct EntropyBuffer(/* private fields */);