pub type VestingConfig = GenesisConfig<Runtime>;

Aliased Type§

struct VestingConfig {
    pub vesting: Vec<(AccountId32, u32, u32, u128)>,
}

Fields§

§vesting: Vec<(AccountId32, u32, u32, u128)>