Crate orml_auction

source ·
Expand description

§Auction

§Overview

This module provides a basic abstraction to implement on-chain auctioning feature.

The auction logic can be customized by implement and supplying AuctionHandler trait.

Re-exports§

Modules§

  • The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.

Traits§

  • Weight functions needed for orml_auction.