6 releases (breaking)

new 0.6.1 Mar 27, 2025
0.6.0 Jan 13, 2025
0.5.0 Sep 26, 2024
0.4.0 Jul 18, 2024
0.0.0 Jun 21, 2024

#189 in #polkadot

Download history 25620/week @ 2024-12-04 22052/week @ 2024-12-11 17758/week @ 2024-12-18 5977/week @ 2024-12-25 17841/week @ 2025-01-01 22076/week @ 2025-01-08 32367/week @ 2025-01-15 27464/week @ 2025-01-22 24596/week @ 2025-01-29 26472/week @ 2025-02-05 38005/week @ 2025-02-12 23434/week @ 2025-02-19 3761/week @ 2025-02-26 3293/week @ 2025-03-05 3156/week @ 2025-03-12 2192/week @ 2025-03-19

13,467 downloads per month
Used in 17 crates (3 directly)

MIT-0 license

3MB
45K SLoC

Release

Polkadot SDK Stable 2412


lib.rs:

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:

Dependencies

~20–35MB
~588K SLoC