Module polkadot_runtime_common::auctions::pallet
source · Expand description
The module that hosts all the FRAME types needed to add this pallet to a runtime.
Structs
Enums
Contains one variant per dispatchable that can be called by an extrinsic.
Custom dispatch errors
of this pallet.
Traits
The module’s configuration trait.
Type Definitions
Number of auctions started so far.
Information relating to the current auction, if there is one.
ModuleDeprecated
Type alias to
Pallet
, to be used by construct_runtime
.Amounts currently reserved in the accounts of the bidders currently winning
(sub-)ranges.
The winning bids for each of the 10 ranges at each sample in the final Ending Period of
the current auction. The map’s key is the 0-based index into the Sample Size. The
first sample of the ending period is 0; the last is
Sample Size - 1
.