Type Alias kestrel_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.
Trait Implementations§
§impl<T> BuildStorage for GenesisConfig<T>where
T: Config,
impl<T> BuildStorage for GenesisConfig<T>where T: Config,
§fn assimilate_storage(&self, storage: &mut Storage) -> Result<(), String>
fn assimilate_storage(&self, storage: &mut Storage) -> Result<(), String>
Assimilate the storage for this module into pre-existing overlays.
§fn build_storage(&self) -> Result<Storage, String>
fn build_storage(&self) -> Result<Storage, String>
Build the storage out of this builder.