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.
Re-exports
pub use __tt_error_token_9 as tt_error_token;
pub use __tt_default_parts_15 as tt_default_parts;
Structs
- The pallet implementing the on-chain logic.
Enums
- Contains one variant per dispatchable that can be called by an extrinsic.
- Custom dispatch errors of this pallet.
- The event emitted by 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.
- ModuleDeprecatedType alias to
Pallet
, to be used byconstruct_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
.