Message queue docs (#58)

* message queues docs
This commit is contained in:
Özgün Özerk
2023-12-13 14:44:42 +03:00
committed by GitHub
parent b507b40519
commit e8821dfdb4
3 changed files with 162 additions and 6 deletions
+5 -5
View File
@@ -8,7 +8,7 @@ Branch/Release: `release-polkadot-v1.3.0`
== Purpose
This pallet enables delegation of rights to execute certain call types from one origin to another.
This pallet enables delegation of rights to execute certain call types from one origin to another.
== Glossary
@@ -92,7 +92,7 @@ Announce a call that will be executed using a proxy. As a result announcement wi
The origin must be signed for this call.
This call will take (or modify) a deposit calculated by this formula: `AnnouncementDepositBase + AnnouncementDepositFactor * <number of announcements present>`
This call will take (or modify) a deposit calculated by this formula: `AnnouncementDepositBase + AnnouncementDepositFactor * <number of announcements present>`
There may not be more announcements than `MaxPending`
@@ -163,7 +163,7 @@ pub fn proxy_announced<T: Config>(
)
----
Execute previously announced call using a proxy and remove the announcement. Proxy must be created for the call sender to execute the call.
Execute previously announced call using a proxy and remove the announcement. Proxy must be created for the call sender to execute the call.
The origin must be signed for this call.
@@ -301,7 +301,7 @@ pub fn create_pure<T: Config>(
)
----
This call creates a new account with a proxy issued to it from the calls origin.
This call creates a new account with a proxy issued to it from the calls origin.
The origin must be signed for this call.
@@ -359,4 +359,4 @@ WARNING: All access to this account will be lost.
- `BadOrigin` — request not signed
- `LookupError` — `spawner` account not found
- `NoPermission` — emitted when account tries to remove somebody but not itself
- `NoPermission` — emitted when account tries to remove somebody but not itself