0g-chain/x/auction/spec
mergify[bot] be5bf62ab8
fix:paramaters->paramaters (#1796) (#1872)
Fix misspellings across docs & comments

(cherry picked from commit 0ea92335de)

Co-authored-by: alex <152680487+bodhi-crypo@users.noreply.github.com>
2024-04-05 07:14:49 -07:00
..
01_concepts.md [R4R] Better docs (#541) 2020-06-03 14:54:31 -04:00
02_state.md fix:paramaters->paramaters (#1796) (#1872) 2024-04-05 07:14:49 -07:00
03_messages.md [R4R] Better docs (#541) 2020-06-03 14:54:31 -04:00
04_events.md [R4R] Better docs (#541) 2020-06-03 14:54:31 -04:00
05_params.md [R4R] Better docs (#541) 2020-06-03 14:54:31 -04:00
06_begin_block.md [R4R] Better docs (#541) 2020-06-03 14:54:31 -04:00
README.md [R4R] Better docs (#541) 2020-06-03 14:54:31 -04: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.