Type Alias clone_cw_multi_test::BasicApp

source ·
pub type BasicApp<ExecC = Empty, QueryC = Empty> = App<BankKeeper, MockApi, MockStorage, FailingModule<ExecC, QueryC, Empty>, WasmKeeper<ExecC, QueryC>, StakeKeeper, DistributionKeeper, IbcFailingModule, GovFailingModule>;
Expand description

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

Aliased Type§

struct BasicApp<ExecC = Empty, QueryC = Empty> { /* private fields */ }

Implementations§

source§

impl BasicApp

source

pub fn new<F>(remote: RemoteChannel, init_fn: F) -> AnyResult<Self>

Creates new default App implementation working with Empty custom messages.