Function mock_app
Source pub fn mock_app<F>(
init_fn: F,
rates: Vec<DenomOracleExchangeRatePair>,
) -> App<BankKeeper, MockApi, MockStorage, SeiModule, WasmKeeper<SeiMsg, SeiQueryWrapper>, StakeKeeper, DistributionKeeper, FailingModule<IbcMsg, IbcQuery, Empty>, FailingModule<GovMsg, Empty, Empty>>where
F:
FnOnce(&mut
Router<
BankKeeper,
SeiModule,
WasmKeeper<
SeiMsg,
SeiQueryWrapper>,
StakeKeeper,
DistributionKeeper,
FailingModule<
IbcMsg,
IbcQuery,
Empty>,
FailingModule<
GovMsg,
Empty,
Empty>>, &dyn
Api, &mut dyn
Storage),