Module polkadot_runtime_common::auctions::pallet [−][src]
Expand description
The module that hosts all the FRAME types needed to add this pallet to a runtime.
Re-exports
pub use __tt_default_parts_6 as tt_default_parts;
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
.