0g-chain/x/auction/spec
rhuairahrighairigh 4039086e8d tidy up events
2020-05-08 16:07:11 +01:00
..
01_concepts.md Update Auction Module (#276) 2020-01-12 16:12:22 +01:00
02_state.md Add min bid increments (#380) 2020-02-28 17:16:22 -05:00
03_messages.md Update Auction Module (#276) 2020-01-12 16:12:22 +01:00
04_events.md tidy up events 2020-05-08 16:07:11 +01:00
05_params.md Add min bid increments (#380) 2020-02-28 17:16:22 -05:00
06_begin_block.md Add min bid increments (#380) 2020-02-28 17:16:22 -05:00
README.md Add min bid increments (#380) 2020-02-28 17:16:22 -05:00

auction

  1. Concepts
  2. State
  3. Messages
  4. Events
  5. Params
  6. BeginBlock

Abstract

x/auction is an implementation of a Cosmos SDK Module that handles the creation, bidding, and payout of 3 distinct auction types. All auction types implement the Auction interface. Each auction type is used at different points during the normal functioning of the CDP system.