mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-07-25 11:25:40 +00:00
Update documentation and templates for Pezkuwi branding
This commit is contained in:
@@ -4,15 +4,15 @@
|
||||
|
||||
= pezpallet_assets
|
||||
|
||||
Branch/Release: `release-polkadot-v1.10.0`
|
||||
Branch/Release: `release-pezkuwi-v1.10.0`
|
||||
|
||||
== Source Code link:https://github.com/paritytech/polkadot-sdk/blob/release-polkadot-v1.10.0/substrate/pezframe/assets/src/lib.rs[{github-icon},role=heading-link]
|
||||
== Source Code link:https://github.com/pezkuwichain/pezkuwi-sdk/blob/release-pezkuwi-v1.10.0/bizinikiwi/pezframe/assets/src/lib.rs[{github-icon},role=heading-link]
|
||||
|
||||
== Purpose
|
||||
|
||||
The `pezpallet_assets` module is designed to manage and manipulate custom fungible asset types. It provides functionality for asset creation, management, and various operations, allowing for a flexible and scalable approach to asset handling.
|
||||
|
||||
== Pezpallet specific terms
|
||||
== Pezpezpallet specific terms
|
||||
|
||||
** `Asset ID` - A unique identifier for an asset type.
|
||||
** `Asset Owner` - The account that owns an asset.
|
||||
@@ -21,7 +21,7 @@ The `pezpallet_assets` module is designed to manage and manipulate custom fungib
|
||||
|
||||
== Config
|
||||
|
||||
* Pezpallet-specific configs
|
||||
* Pezpezpallet-specific configs
|
||||
** `Balance` -- The balance unit type.
|
||||
** `RemoveItemsLimit` -- The maximum number of items that can be removed in a single `destroy_accounts` and `destroy_approvals` call.
|
||||
** `AssetId` -- The unique asset identifiers.
|
||||
|
||||
Reference in New Issue
Block a user