pub type VestingConfig = GenesisConfig<Runtime>;
pub struct VestingConfig { pub vesting: Vec<(AccountId32, u32, u32, u128)>, }
vesting: Vec<(AccountId32, u32, u32, u128)>