5 releases (breaking)

new 0.6.0 Jan 13, 2025
0.5.0 Sep 26, 2024
0.4.0 Jul 18, 2024
0.2.0 Jul 12, 2024
0.0.0 Jun 21, 2024

#474 in Magic Beans

Download history 90/week @ 2024-09-27 49/week @ 2024-10-04 109/week @ 2024-10-11 166/week @ 2024-10-18 186/week @ 2024-10-25 279/week @ 2024-11-01 14596/week @ 2024-11-08 25734/week @ 2024-11-15 24605/week @ 2024-11-22 23561/week @ 2024-11-29 26147/week @ 2024-12-06 23957/week @ 2024-12-13 7457/week @ 2024-12-20 9132/week @ 2024-12-27 20519/week @ 2025-01-03 22091/week @ 2025-01-10

63,009 downloads per month
Used in 12 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

~18–33MB
~542K SLoC