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