[][src]Crate orml_auction

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.

Structs

AuctionEndTime

Index auctions by end time.

Auctions

Stores on-going and future auctions. Closed auction are removed.

AuctionsIndex

Track the next auction ID.

Module

Enums

Call

Dispatchable calls.

Error

Error for auction module.

RawEvent

Events for this module.

Traits

Trait
WeightInfo

Type Definitions

Event

RawEvent specialized for the configuration Trait