pub type TestPalletConfig = GenesisConfig<Runtime>;Aliased Type§
pub struct TestPalletConfig {
pub _config: PhantomData<Runtime>,
pub enable_big_value_move: bool,
pub enable_hrmp_sending: bool,
}Fields§
§_config: PhantomData<Runtime>§enable_big_value_move: boolControls if the BigValueMove logic is enabled.
enable_hrmp_sending: boolActivate HRMP sending with descending recipients from genesis.