Trait cw_multi_test::Gov

source ·
pub trait Gov: Module<ExecT = GovMsg, QueryT = Empty, SudoT = Empty> { }
Expand description

Handles governance-related operations within the test environment. This trait is essential for testing contracts that interact with governance mechanisms, simulating proposals, voting, and other governance activities.

Object Safety§

This trait is not object safe.

Implementors§