pub type StakingAhClientConfig = GenesisConfig<Runtime>;
Aliased Type§
pub struct StakingAhClientConfig {
pub operating_mode: OperatingMode,
pub _marker: PhantomData<Runtime>,
}
Fields§
§operating_mode: OperatingMode
The initial operating mode of the pallet.
_marker: PhantomData<Runtime>