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 module that hosts all the FRAME types needed to add this pallet to a runtime.
- Autogenerated weights for pallet_preimage
Enums
- A type to note whether a preimage is owned by a user or the system.