Crate pallet_whitelist
source ·Expand description
Whitelist Pallet
Overview
Allow some configurable origin: Config::WhitelistOrigin
to whitelist some hash of a call,
and allow another configurable origin: Config::DispatchWhitelistedOrigin
to dispatch them
with the root origin.
In the meantime the call corresponding to the hash must have been submitted to the pre-image
handler pallet::Config::Preimages
.
Re-exports
pub use weights::WeightInfo;
pub use pallet::*;
Modules
- The module that hosts all the FRAME types needed to add this pallet to a runtime.
- Autogenerated weights for pallet_whitelist