mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-17 10:21:02 +00:00
Update documentation and templates for Pezkuwi branding
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user