referrerpolicy=no-referrer-when-downgrade

TestPalletConfig

Type Alias TestPalletConfig 

Source
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: bool

Controls if the BigValueMove logic is enabled.

§enable_hrmp_sending: bool

Activate HRMP sending with descending recipients from genesis.