Docs.rs
  • sg-whitelist-3.15.0
    • sg-whitelist 3.15.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • shanev
    • jhernandezb
    • yubrew
    • tasiov
    • humanalgorithm
    • Dependencies
      • cosmwasm-schema ^1.2.1 normal
      • cosmwasm-std ^1.2.1 normal
      • cw-storage-plus ^1.1.0 normal
      • cw-utils ^1.0.1 normal
      • cw2 ^1.1.0 normal
      • rust_decimal ^1.14.3 normal
      • schemars ^0.8.11 normal
      • serde ^1.0.145 normal
      • sg-std ^3.2.0 normal
      • sg1 ^3.14.0 normal
      • thiserror ^1.0.31 normal
    • Versions
    • 2.84% 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

sg_whitelist3.15.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions

List of all items

Structs

  • helpers::interface::CollectionWhitelistContract
  • msg::AddMembersMsg
  • msg::AdminListResponse
  • msg::CanExecuteResponse
  • msg::ConfigResponse
  • msg::HasEndedResponse
  • msg::HasMemberResponse
  • msg::HasStartedResponse
  • msg::InstantiateMsg
  • msg::IsActiveResponse
  • msg::MembersResponse
  • msg::MintPriceResponse
  • msg::RemoveMembersMsg
  • state::AdminList
  • state::Config

Enums

  • error::ContractError
  • msg::ExecuteMsg
  • msg::QueryMsg
  • msg::SudoMsg

Functions

  • admin::can_execute
  • admin::execute_freeze
  • admin::execute_update_admins
  • admin::query_admin_list
  • admin::query_can_execute
  • contract::execute
  • contract::execute_add_members
  • contract::execute_increase_member_limit
  • contract::execute_remove_members
  • contract::execute_update_end_time
  • contract::execute_update_per_address_limit
  • contract::execute_update_start_time
  • contract::instantiate
  • contract::query
  • contract::query_config
  • contract::query_has_member
  • contract::query_members
  • helpers::validators::map_validate

Constants

  • contract::MAX_MEMBERS
  • contract::MAX_PER_ADDRESS_LIMIT
  • contract::MIN_MINT_PRICE
  • contract::PRICE_PER_1000_MEMBERS
  • state::ADMIN_LIST
  • state::CONFIG
  • state::WHITELIST