Type Alias GovFailingModule

Source
pub type GovFailingModule = FailingModule<GovMsg, Empty, Empty>;
Expand description

This type alias represents a module designed to fail in response to governance operations. It’s useful for testing how contracts behave when governance actions do not proceed as expected.

Aliased Type§

pub struct GovFailingModule(/* private fields */);

Trait Implementations§