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