referrerpolicy=no-referrer-when-downgrade

Crate cumulus_pallet_weight_reclaim

Source
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§

StorageWeightReclaim
Storage weight reclaim mechanism.

Traits§

WeightInfo
Weight functions needed for cumulus_pallet_weight_reclaim.