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