pub type VrfIosVec<T> = BoundedVec<T, ConstU32<sp_core::::bandersnatch::vrf::VrfIosVec::{constant#0}>>;
Expand description

Bounded vector used for VRF inputs and outputs.

Can contain at most MAX_VRF_IOS elements.