14 breaking releases
| 0.16.0 | May 21, 2026 |
|---|---|
| 0.14.0 | Mar 28, 2026 |
| 0.13.0 | Dec 18, 2025 |
| 0.11.0 | Oct 2, 2025 |
| 0.4.0 | Jul 18, 2024 |
#1 in #pallet-assets
13,143 downloads per month
Used in 33 crates
(4 directly)
410KB
7K
SLoC
Assets Freezer Pallet
A pallet capable of freezing fungibles from pallet-assets. This is an extension of
pallet-assets, wrapping fungibles::Inspect.
It implements both
fungibles::freeze::Inspect and
fungibles::freeze::Mutate. The complexity
of the operations is O(n). where n is the variant count of RuntimeFreezeReason.
Pallet API
See the pallet module for more information about the interfaces this pallet exposes,
including its configuration trait, dispatchables, storage items, events and errors.
Overview
This pallet provides the following functionality:
- Pallet hooks allowing
pallet-assetsto know the frozen balance for an account on a given asset (seepallet_assets::FrozenBalance). - An implementation of
fungibles::freeze::Inspectandfungibles::freeze::Mutate, allowing other pallets to manage freezes for thepallet-assetsassets.
Dependencies
~32–46MB
~777K SLoC