Name | Lookup | Parameters | |
|---|---|---|---|
| proxy | 1e00 | 3 | |
| add_proxy | 1e01 | 2 | |
| remove_proxy | 1e02 | 2 | |
| remove_proxies | 1e03 | - | |
| anonymous | 1e04 | 2 | |
| kill_anonymous | 1e05 | 5 |
Name | Lookup | Attributes | |
|---|---|---|---|
| ProxyExecuted | 1700 | ||
| AnonymousCreated | 1701 |
Name | Type | |
|---|---|---|
| Proxies | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"(Vec<(AccountId, ProxyType)>, BalanceOf)","isLinked":false}} |
Name | Docs |
|---|---|
| TooMany | There are too many proxies registered. |
| NotFound | Proxy registration not found. |
| NotProxy | Sender is not a proxy of the account to be proxied. |
| Uncallable | A call with a `false` `IsCallable` filter was attempted. |
| Unproxyable | A call which is incompatible with the proxy type's filter was attempted. |
| Duplicate | Account is already a proxy. |
| NoPermission | Call may not be made by proxy because it may escalate its privileges. |