Expand description
Re-exports§
pub use weights::WeightInfo;
pub use pallet::*;
Modules§
- migration
- Storage migrations for the preimage pallet.
- pallet
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet. - weights
- Autogenerated weights for
pallet_preimage
Enums§
- OldRequest
Status - A type to note whether a preimage is owned by a user or the system.
- Request
Status - A type to note whether a preimage is owned by a user or the system.
Constants§
- MAX_
HASH_ UPGRADE_ BULK_ COUNT - Hard-limit on the number of hashes that can be passed to
ensure_updated
. - MAX_
SIZE - Maximum size of preimage we can store is 4mb.