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§
- pallet
- The
palletmodule in each FRAME pallet hosts the most important items needed to construct this pallet. - weights
- Autogenerated weights for
pallet_whitelist
Type Aliases§
- Provided
Block Number For - The Block number that we use to measure time.