orml-auction

Crates.ioorml-auction
lib.rsorml-auction
version0.13.0
sourcesrc
created_at2020-05-14 23:54:55.742977
updated_at2024-06-26 02:49:49.601651
descriptionAuction module that implements `Auction` trait.
homepage
repositoryhttps://github.com/open-web3-stack/open-runtime-module-library/tree/master/auction
max_upload_size
id241703
size17,937
Xiliang Chen (xlc)

documentation

README

Auction module

Overview

Auction module provides a way to open auction and place bids on-chain. You can open an auction by specifying a start: BlockNumber and/or an end: BlockNumber, and when the auction becomes active enabling anyone to place a bid at a higher price. Trait AuctionHandler is been used to validate the bid and when the auction ends AuctionHandle::on_auction_ended(id, bid) gets called.

Commit count: 680

cargo fmt