1
2
3
use ssz_types::{typenum, VariableList};

pub type ByteList = VariableList<u8, typenum::U2048>;