Crate pallet_preimage
source ·Expand description
Re-exports§
pub use weights::WeightInfo;
pub use pallet::*;
Modules§
- Preimage pallet benchmarking.
- Storage migrations for the preimage pallet.
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet. - Autogenerated weights for
pallet_preimage
Enums§
- A type to note whether a preimage is owned by a user or the system.
- A type to note whether a preimage is owned by a user or the system.
Constants§
- 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.
Type Aliases§
- TicketOf 🔒