Type Alias fvm_shared::sector::InteractiveSealRandomness

source ·
pub type InteractiveSealRandomness = Randomness;
Expand description

Randomness used when verifying a seal proof. This is just a seed value.

Aliased Type§

struct InteractiveSealRandomness(pub Vec<u8>);

Fields§

§0: Vec<u8>