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: BankSudo
Custom(Empty)

Tuple Fields of Custom

0: Empty
Staking(StakingSudo)

Tuple Fields of Staking

0: StakingSudo
Wasm(WasmSudo)

Tuple Fields of Wasm

0: WasmSudo

Trait Implementations

Performs the conversion.

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.