-
Notifications
You must be signed in to change notification settings - Fork 726
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0 | ||
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json | ||
|
||
title: Pallet Assets Freezer | ||
|
||
doc: | ||
- audience: Runtime Dev | ||
description: | | ||
This pallet is an extension of `pallet-assets`, and extends its capabilities to support | ||
freezing of a given asset in an account. In order for this pallet to correctly function, | ||
the implementor must set the type `Freezer` of `pallet-assets` Config to the according instance | ||
of `pallet-assets-freezer`. | ||
- audience: Runtime User | ||
description: | | ||
The storage of this pallet contains a list of the current freezes an account has for a given | ||
asset. Applications' UIs and Developer Tools might benefit from observing it. | ||
|
||
crates: | ||
- name: pallet-assets-freezer | ||
bump: none |