Type Definition sp_core::bandersnatch::vrf::VrfIosVec

source ·
pub type VrfIosVec<T> = BoundedVec<T, ConstU32<MAX_VRF_IOS>>;
Expand description

Bounded vector used for VRF inputs and outputs.

Can contain at most MAX_VRF_IOS elements.