Type Alias BoundedVecEncodedVerifyingKey

Source
pub type BoundedVecEncodedVerifyingKey = BoundedVec<u8, ConstU32<VERIFICATION_KEY_LENGTH>>;

Aliased Typeยง

pub struct BoundedVecEncodedVerifyingKey(/* private fields */);