Crate orml_auction

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§

pub use module::*;

Modules§

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

Traits§

WeightInfo
Weight functions needed for orml_auction.