Docs.rs
  • mpl-auctioneer-0.2.2
    • mpl-auctioneer 0.2.2
    • Permalink
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • samuelvanderwaal
    • Dependencies
      • anchor-lang ^0.26.0 normal
      • anchor-spl ^0.26.0 normal
      • mpl-auction-house ^1.3.1 normal
      • solana-program ^1.14 normal
    • Versions
    • 50.46% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • 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
logo

logo

Crate mpl_auctioneer

  • Structs
  • Enums
  • Constants
  • Statics
  • Functions
?
Change settings

List of all items

Structs

  • accounts::AuctioneerAuthorize
  • accounts::AuctioneerBuy
  • accounts::AuctioneerCancel
  • accounts::AuctioneerDeposit
  • accounts::AuctioneerExecuteSale
  • accounts::AuctioneerSell
  • accounts::AuctioneerWithdraw
  • authorize::AuctioneerAuthority
  • authorize::AuctioneerAuthorize
  • bid::AuctioneerBuy
  • cancel::AuctioneerCancel
  • deposit::AuctioneerDeposit
  • execute_sale::AuctioneerExecuteSale
  • instruction::Authorize
  • instruction::Buy
  • instruction::Cancel
  • instruction::Deposit
  • instruction::ExecuteSale
  • instruction::Sell
  • instruction::Withdraw
  • program::Auctioneer
  • sell::AuctioneerSell
  • sell::config::Bid
  • sell::config::ListingConfig
  • withdraw::AuctioneerWithdraw

Enums

  • errors::AuctioneerError
  • sell::config::ListingConfigVersion

Functions

  • auctioneer::authorize
  • auctioneer::buy
  • auctioneer::cancel
  • auctioneer::deposit
  • auctioneer::execute_sale
  • auctioneer::sell
  • auctioneer::withdraw
  • authorize::auctioneer_authorize
  • bid::auctioneer_buy
  • cancel::auctioneer_cancel
  • check_id
  • deposit::auctioneer_deposit
  • entry
  • entrypoint
  • execute_sale::auctioneer_execute_sale
  • id
  • pda::find_auctioneer_authority_seeds
  • pda::find_listing_config_address
  • sell::auctioneer_sell
  • utils::assert_auction_active
  • utils::assert_auction_over
  • utils::assert_exceeds_reserve_price
  • utils::assert_higher_bid
  • utils::assert_highest_bidder
  • utils::process_time_extension
  • withdraw::auctioneer_withdraw

Statics

  • ID

Constants

  • constants::AUCTIONEER_BUYER_PRICE
  • constants::LISTING_CONFIG
  • sell::config::BID_SIZE
  • sell::config::LISTING_CONFIG_SIZE