Struct cw_multi_test::Router [−][src]
Fields
wasm: Box<dyn Wasm<C>>bank: Box<dyn Bank>Implementations
pub fn querier<'a>(
&'a self,
api: &'a dyn Api,
storage: &'a dyn Storage,
block_info: &'a BlockInfo
) -> RouterQuerier<'a, C>
this is used by RouterQuerier to actual implement the Querier interface.
you most likely want to use router.querier(storage, block).wrap() to get a
QuerierWrapper to interact with