Docs.rs
  • sei-integration-tests-0.4.11
    • sei-integration-tests 0.4.11
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • udpatil
    • github:sei-protocol:sei-core
    • Dependencies
      • base64 ^0.21.7 normal
      • anyhow ^1 normal
      • cosmwasm-std ^1.0.0 normal
      • cw-multi-test ^0.16 normal
      • cw20-base ^0.13.4 normal
      • schemars ^0.8.8 normal
      • sei-cosmwasm ^0.4.15 normal
      • serde ^1.0.137 normal
      • serde_json ^1.0 normal
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

sei_integration_tests0.4.11

In sei_integration_tests::helper

sei_integration_tests::helper

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),