pub type BalancesConfig = GenesisConfig<Runtime>;

Aliased Type§

struct BalancesConfig {
    pub balances: Vec<(AccountId20, u128), Global>,
}

Fields§

§balances: Vec<(AccountId20, u128), Global>

Trait Implementations§

§

impl<T, I> BuildStorage for GenesisConfig<T, I>where T: Config<I>, I: 'static,

§

fn assimilate_storage(&self, storage: &mut Storage) -> Result<(), String>

Assimilate the storage for this module into pre-existing overlays.
§

fn build_storage(&self) -> Result<Storage, String>

Build the storage out of this builder.