Type Definition cw_multi_test::BasicApp

source · []
pub type BasicApp<ExecC = Empty, QueryC = Empty> = App<BankKeeper, MockApi, MockStorage, FailingModule<ExecC, QueryC, Empty>, WasmKeeper<ExecC, QueryC>>;
Expand description

Type alias for default build App to make its storing simpler in typical scenario

Implementations

Creates new default App implementation working with Empty custom messages.

Trait Implementations

Returns the “default value” for a type. Read more