Type Alias pallet_babe::pallet::AuthorVrfRandomness
source · pub type AuthorVrfRandomness<T> = StorageValue<_GeneratedPrefixForStorageAuthorVrfRandomness<T>, Option<Randomness>, ValueQuery>;
Expand description
This field should always be populated during block processing unless secondary plain slots are enabled (which don’t contain a VRF output).
It is set in on_finalize
, before it will contain the value from the last block.
Storage type is [StorageValue
] with value type Option < BabeRandomness >
.
Aliased Type§
struct AuthorVrfRandomness<T>(/* private fields */);