1
2
3
4
5
6
use sp_std::vec::Vec;

pub type Data = Vec<u8>;
pub type Bytes = Data;
pub type Name = Data;
pub type Descriptor = Data;