pub type OrmlTokensConfig = GenesisConfig<Runtime>;

Aliased Type§

struct OrmlTokensConfig {
    pub balances: Vec<(AccountId32, CurrencyId, u128)>,
}

Fields§

§balances: Vec<(AccountId32, CurrencyId, u128)>