Enum cw_multi_test::SudoMsg [−][src]
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
Bank(BankSudo)Tuple Fields of Bank
0: BankSudoCustom(Empty)Tuple Fields of Custom
0: EmptyStaking(StakingSudo)Tuple Fields of Staking
0: StakingSudoWasm(WasmSudo)Tuple Fields of Wasm
0: WasmSudoTrait Implementations
Performs the conversion.