Type Alias cw_multi_test::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§

struct GovFailingModule(/* private fields */);

Trait Implementations§