Balances doc (#72)

* balances doc
This commit is contained in:
Özgün Özerk
2023-12-21 18:20:35 +03:00
committed by GitHub
parent 393a02beea
commit f3c2b8429d
4 changed files with 239 additions and 5 deletions
+3 -3
View File
@@ -4,9 +4,9 @@
= pallet_proxy
Branch/Release: `release-polkadot-v1.3.0`
Branch/Release: `release-polkadot-v1.3.0`
== Purpose
== Purpose
This pallet enables delegation of rights to execute certain call types from one origin to another.
@@ -83,7 +83,7 @@ There may not be more proxies than `MaxProxies`
==== `[.contract-item-name]#++announce++#`
[source,rust]
----
pub fn announce
pub fn announce(
real: AccountIdLookupOf<T>,
call_hash: CallHashOf<T>,
)