3 releases (breaking)

0.4.0 Jul 18, 2024
0.2.0 Jul 12, 2024
0.0.0 Jun 21, 2024

#5 in #freeze


Used in 3 crates

MIT-0 license

2.5MB
41K 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:

Dependencies

~18–33MB
~558K SLoC