Enum cw_multi_test::SudoMsg
source · pub enum SudoMsg {
Bank(BankSudo),
Custom(Empty),
Staking(StakingSudo),
Wasm(WasmSudo),
}
Expand description
We use it to allow calling into modules from another module in sudo mode. Things like gov proposals belong here.
Variants§
Trait Implementations§
source§impl From<StakingSudo> for SudoMsg
impl From<StakingSudo> for SudoMsg
source§fn from(staking: StakingSudo) -> Self
fn from(staking: StakingSudo) -> Self
Converts to this type from the input type.