pub type SudoConfig = GenesisConfig<Runtime>;Aliased Type§
pub struct SudoConfig {
pub key: Option<AccountId32>,
}Fields§
§key: Option<AccountId32>The AccountId of the sudo key.
pub type SudoConfig = GenesisConfig<Runtime>;pub struct SudoConfig {
pub key: Option<AccountId32>,
}key: Option<AccountId32>The AccountId of the sudo key.