pub type ProxyGenesisCompanionConfig = GenesisConfig<Runtime>;

Aliased Type§

struct ProxyGenesisCompanionConfig {
    pub proxies: Vec<(AccountId20, AccountId20, ProxyType, u32), Global>,
}

Fields§

§proxies: Vec<(AccountId20, AccountId20, ProxyType, u32), Global>

Trait Implementations§

source§

impl<T> BuildStorage for GenesisConfig<T>where T: Config,

source§

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.