pub type SudoConfig = GenesisConfig<Runtime>;
struct SudoConfig { pub key: Option<AccountId32>, }
key: Option<AccountId32>
The AccountId of the sudo key.
AccountId