Type Alias polkadot_sdk_docs_first_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.