Name | Lookup | Parameters | |
|---|---|---|---|
| proxy | 1e00 | 3 | |
| add_proxy | 1e01 | 3 | |
| remove_proxy | 1e02 | 3 | |
| remove_proxies | 1e03 | - | |
| anonymous | 1e04 | 3 | |
| kill_anonymous | 1e05 | 5 | |
| announce | 1e06 | 2 | |
| remove_announcement | 1e07 | 2 | |
| reject_announcement | 1e08 | 2 | |
| proxy_announced | 1e09 | 4 |
Name | Lookup | Attributes | |
|---|---|---|---|
| ProxyExecuted | 1500 | ||
| AnonymousCreated | 1501 | ||
| Announced | 1502 |
Name | Type | |
|---|---|---|
| Proxies | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"(Vec<ProxyDefinition<AccountId, ProxyType, BlockNumber>>, BalanceOf)","isLinked":false}} | |
| Announcements | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"(Vec<Announcement<AccountId, CallHashOf, BlockNumber>>, BalanceOf)","isLinked":false}} |
Name | Type | Value | |
|---|---|---|---|
| ProxyDepositBase | BalanceOf | 0x88409f69080300000000000000000000 | |
| ProxyDepositFactor | BalanceOf | 0x684ed347010000000000000000000000 | |
| MaxProxies | u16 | 0x2000 | |
| MaxPending | u32 | 0x20000000 | |
| AnnouncementDepositBase | BalanceOf | 0x88409f69080300000000000000000000 | |
| AnnouncementDepositFactor | BalanceOf | 0xd09ca68f020000000000000000000000 |
Name | Docs |
|---|---|
| TooMany | There are too many proxies registered or too many announcements pending. |
| NotFound | Proxy registration not found. |
| NotProxy | Sender is not a proxy of the account to be proxied. |
| 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. |
| Unannounced | Announcement, if made at all, was made too recently. |