Docs.rs
  • candle_auction-0.1.0
    • candle_auction 0.1.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • jacksoom
    • Dependencies
      • blake2b-ref ^0.3.1 normal
      • cosmwasm-schema ^1.1.3 normal
      • cosmwasm-std ^1.1.0 normal
      • cosmwasm-storage ^1.1.0 normal
      • cw-storage-plus ^0.16.0 normal
      • cw2 ^0.16.0 normal
      • cw20 ^0.16.0 normal
      • cw721 ^0.15.0 normal
      • cw721-base ^0.15.0 normal
      • hex ^0.4.3 normal
      • schemars ^0.8.10 normal
      • serde ^1.0.144 normal
      • thiserror ^1.0.32 normal
      • tiny-keccak ^2.0.0 normal
      • unicode-segmentation ^1.9.0 normal
    • Versions
    • 11.19% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • 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

candle_auction0.1.0

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • msg::Auction
  • msg::GetResponse
  • msg::InstantiateMsg
  • msg::MigrateMsg
  • msg::response::Auction
  • msg::response::Config

Enums

  • error::ContractError
  • msg::ExecuteMsg
  • msg::QueryMsg
  • msg::RandQueryMsg

Functions

  • contract::execute
  • contract::instantiate
  • contract::migrate
  • contract::query
  • handler::execute::_handle_cw20_bid
  • handler::execute::_handle_cw721
  • handler::execute::auction
  • handler::execute::auction_flow
  • handler::execute::bid_for_denom
  • handler::execute::blow_candle
  • handler::execute::receive_cw20
  • handler::execute::receive_cw721
  • handler::execute::winner_claim
  • handler::query::auction
  • handler::query::auction_list
  • handler::query::config
  • mock::mock_query_handle