Type Definition sp_consensus_babe::Randomness
source · pub type Randomness = [u8; 32];
Expand description
Schnorrkel randomness value. Same size as VRFOutput
.
pub type Randomness = [u8; 32];
Schnorrkel randomness value. Same size as VRFOutput
.