Crate pallet_preimage
source ·Expand description
Preimage Pallet
Overview
The Preimage pallet allows for the users and the runtime to store the preimage of a hash on chain. This can be used by other pallets for storing and managing large byte-blobs.
Re-exports
pub use weights::WeightInfo;
pub use pallet::*;
Modules
- 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.