Type Alias sp_application_crypto::bandersnatch::vrf::VrfIosVec
pub type VrfIosVec<T> = BoundedVec<T, ConstU32<sp_core::::bandersnatch::vrf::VrfIosVec::{constant#0}>>;
Expand description
Bounded vector used for VRF inputs and pre-outputs.
Can contain at most MAX_VRF_IOS
elements.
Aliased Type§
struct VrfIosVec<T>(/* private fields */);