Type Alias cw_multi_test::GovAcceptingModule

source ·
pub type GovAcceptingModule = AcceptingModule<GovMsg, Empty, Empty>;
Expand description

A type alias for a module that accepts governance-related interactions. It’s used in scenarios where you need to test how your contract interacts with governance processes and messages.

Aliased Type§

struct GovAcceptingModule(/* private fields */);

Trait Implementations§