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