Skip to content

Commit

Permalink
change(prdoc): add pr doc for 3951
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Apr 3, 2024
1 parent 3cce169 commit b0b6f59
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions prdoc/pr_3951.prdoc
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

0 comments on commit b0b6f59

Please sign in to comment.