0g-chain/x/auction/spec
2020-01-07 12:17:27 -05:00
..
01_concepts.md feat: add spec, update redundant type names 2020-01-07 12:17:27 -05:00
02_state.md feat: add spec, update redundant type names 2020-01-07 12:17:27 -05:00
03_messages.md feat: add spec, update redundant type names 2020-01-07 12:17:27 -05:00
04_events.md feat: add spec, update redundant type names 2020-01-07 12:17:27 -05:00
05_params.md feat: add spec, update redundant type names 2020-01-07 12:17:27 -05:00
06_begin_block.md feat: add spec, update redundant type names 2020-01-07 12:17:27 -05:00
README.md feat: add spec, update redundant type names 2020-01-07 12:17:27 -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.