pub type AuthorMappingConfig = GenesisConfig<Runtime>;

Aliased Type§

struct AuthorMappingConfig {
    pub mappings: Vec<(Public, AccountId20), Global>,
}

Fields§

§mappings: Vec<(Public, AccountId20), Global>

The associations that should exist at chain genesis

Trait Implementations§

§

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

§

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.