15 major breaking releases
new 19.0.0 | Mar 26, 2023 |
---|---|
18.0.0 | Mar 5, 2023 |
17.0.0 | Feb 26, 2023 |
16.0.0 | Feb 19, 2023 |
0.0.0 |
|
#138 in Magic Beans
84 downloads per month
2MB
36K
SLoC
pallet-whitelist
Auto-generated README.md for publishing to crates.io
lib.rs
:
Whitelist Pallet
- [
Config
] - [
Call
]
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
].
Dependencies
~8–44MB
~754K SLoC