| Crates.io | orml-auction |
| lib.rs | orml-auction |
| version | 1.5.0 |
| created_at | 2020-05-14 23:54:55.742977+00 |
| updated_at | 2025-09-17 22:27:57.678107+00 |
| description | Auction module that implements `Auction` trait. |
| homepage | |
| repository | https://github.com/open-web3-stack/open-runtime-module-library/tree/master/auction |
| max_upload_size | |
| id | 241703 |
| size | 111,513 |
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.