0g-chain/x/auction/spec
2020-01-09 16:14:55 +00:00
..
01_concepts.md remove vuepress comments from spec 2020-01-09 16:14:55 +00:00
02_state.md remove vuepress comments from spec 2020-01-09 16:14:55 +00:00
03_messages.md remove vuepress comments from spec 2020-01-09 16:14:55 +00:00
04_events.md remove vuepress comments from spec 2020-01-09 16:14:55 +00:00
05_params.md remove vuepress comments from spec 2020-01-09 16:14:55 +00:00
06_end_block.md remove vuepress comments from spec 2020-01-09 16:14:55 +00:00
README.md remove vuepress comments from spec 2020-01-09 16:14:55 +00: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.