Module pallet_nis::pallet::storage_types
source · Expand description
Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.
§Warning: Doc-Only
Members of this module cannot be used directly and are only provided for documentation purposes.
To see the actual storage type, find a struct with the same name at the root of the pallet, in the list of Type Definitions.
Structs§
- 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. Indexed by duration (in
Period
s). - The currently outstanding receipts, indexed according to the order of creation.
- Summary information over the general state.