Module pallet_gilt::pallet [−][src]
Expand description
The module that hosts all the FRAME types needed to add this pallet to a runtime.
Re-exports
pub use crate::weights::WeightInfo;
pub use __tt_default_parts_6 as tt_default_parts;
Structs
Information representing an active gilt.
Overall information package on the active gilts.
Can be used to configure the genesis state of this pallet.
A single bid on a gilt, an item of a queue in Queues
.
Issuance information returned by issuance()
.
Enums
Contains one variant per dispatchable that can be called by an extrinsic.
Custom dispatch errors of this pallet.
Traits
Configuration trait of this pallet.
Type Definitions
The currently active gilts, indexed according to the order of creation.
An index for a gilt.
Information relating to the gilts currently active.
Type alias to Pallet
, to be used by construct_runtime
.
The totals of items and balances within each queue. Saves a lot of storage reads in the case of sparsely packed queues.
The queues of bids ready to become gilts. Indexed by duration (in Period
s).