pub type AllianceConfig = GenesisConfig<Runtime>;Aliased Type§
struct AllianceConfig {
pub fellows: Vec<AccountId32>,
pub allies: Vec<AccountId32>,
pub phantom: PhantomData<(Runtime, ())>,
}Fields§
§fellows: Vec<AccountId32>§allies: Vec<AccountId32>§phantom: PhantomData<(Runtime, ())>