Docs.rs
  • wasmswap-1.1.2-beta
    • wasmswap 1.1.2-beta
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ben2x4
    • Dependencies
      • cosmwasm-std ^1.0.0-beta normal
      • cosmwasm-storage ^1.0.0-beta normal
      • cw-storage-plus ^0.10 normal
      • cw0 ^0.10.0 normal
      • cw2 ^0.11 normal
      • cw20 ^0.10.0 normal
      • cw20-base ^0.10.0 normal
      • schemars ^0.8.3 normal
      • serde ^1.0.127 normal
      • thiserror ^1.0.26 normal
      • cosmwasm-schema ^1.0.0-beta dev
      • cw-multi-test ^0.10.3 dev
    • Versions
    • 1.41% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

wasmswap1.1.2-beta

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions

List of all items

Structs

  • msg::FeeResponse
  • msg::InfoResponse
  • msg::InstantiateMsg
  • msg::MigrateMsg
  • msg::Token1ForToken2PriceResponse
  • msg::Token2ForToken1PriceResponse
  • state::Fees
  • state::Token

Enums

  • error::ContractError
  • msg::ExecuteMsg
  • msg::QueryMsg
  • msg::TokenSelect

Functions

  • contract::execute
  • contract::execute_add_liquidity
  • contract::execute_pass_through_swap
  • contract::execute_remove_liquidity
  • contract::execute_swap
  • contract::execute_update_config
  • contract::instantiate
  • contract::migrate
  • contract::query
  • contract::query_fee
  • contract::query_info
  • contract::query_token1_for_token2_price
  • contract::query_token2_for_token1_price
  • contract::reply

Constants

  • contract::CONTRACT_NAME
  • contract::CONTRACT_VERSION
  • state::FEES
  • state::LP_TOKEN
  • state::OWNER
  • state::TOKEN1
  • state::TOKEN2