Expand description
Pallet and transaction extensions to reclaim PoV proof size weight after an extrinsic has been applied.
This crate provides:
StorageWeightReclaim
transaction extension: it must wrap the whole transaction extension pipeline.- The pallet required for the transaction extensions weight information and benchmarks.
Re-exports§
pub use pallet::*;
Modules§
- benchmarks
- pallet
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.
Structs§
- Storage
Weight Reclaim - Storage weight reclaim mechanism.
Traits§
- Weight
Info - Weight functions needed for
cumulus_pallet_weight_reclaim
.