Update documentation and templates for Pezkuwi branding

This commit is contained in:
2026-01-17 23:19:40 +03:00
parent d839cbd92b
commit 9bd688a742
172 changed files with 12903 additions and 6604 deletions
@@ -4,9 +4,9 @@
= pezpallet_multisig
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/multisig/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/multisig/src/lib.rs[{github-icon},role=heading-link]
== Purpose
@@ -14,7 +14,7 @@ This module enables multi-signature operations in your runtime. It allows multip
== Config
* Pezpallet-specific configs
* Pezpezpallet-specific configs
** `DepositBase` -- The base amount of currency needed to xref:glossary.adoc#reserve[reserve] for creating a multisig execution or to store a dispatch call for later. Recall: The deposit to be made by the account that creates the multisig is: `threshold * DepositFactor + DepositBase`
** `DepositFactor` -- The amount of currency needed per unit threshold when creating a multisig execution. Recall: The deposit to be made by the account that creates the multisig is: `threshold * DepositFactor + DepositBase`
** `MaxSignatories` -- The maximum amount of signatories allowed in the multisig.
@@ -218,7 +218,7 @@ A real use case scenario could be for example a business that has a bank account
* funding the multisig account (same for `1-out-of-n multisig accounts`, and `m-out-of-n multisig accounts`)
** find the public key of the shared account
*** use polkadot JS to create a multisig account
*** use pezkuwi JS to create a multisig account
*** or, use `multi_account_id` in the source code
** fund the account by simply sending some money to the derived public key