4 releases (breaking)

0.5.0 Sep 26, 2024
0.4.0 Jul 18, 2024
0.2.0 Jul 12, 2024
0.0.0 Jun 21, 2024

#9 in #frozen

Download history 4/week @ 2024-07-25 2/week @ 2024-08-15 2/week @ 2024-08-22 37/week @ 2024-09-12 23/week @ 2024-09-19 186/week @ 2024-09-26 40/week @ 2024-10-03 104/week @ 2024-10-10 148/week @ 2024-10-17 191/week @ 2024-10-24 283/week @ 2024-10-31 10057/week @ 2024-11-07

10,717 downloads per month
Used in 10 crates (3 directly)

MIT-0 license

2.5MB
41K SLoC

Release

Polkadot SDK stable2409


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

~17–33MB
~534K SLoC