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
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet. - Autogenerated weights for
pallet_whitelist