Name | Lookup | Parameters | |
|---|---|---|---|
| proxy | 3d00 | 3 | |
| add_proxy | 3d01 | 3 | |
| remove_proxy | 3d02 | 3 | |
| remove_proxies | 3d03 | - | |
| anonymous | 3d04 | 3 | |
| kill_anonymous | 3d05 | 5 | |
| announce | 3d06 | 2 | |
| remove_announcement | 3d07 | 2 | |
| reject_announcement | 3d08 | 2 | |
| proxy_announced | 3d09 | 4 |
Name | Lookup | Attributes | |
|---|---|---|---|
| ProxyExecuted | 3d00 | ||
| AnonymousCreated | 3d01 | ||
| Announced | 3d02 |
Name | Type | |
|---|---|---|
| Proxies | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"(BoundedVec<ProxyDefinition<AccountId, ProxyType, BlockNumber>, MaxProxies>, BalanceOf,)","isLinked":false}} | |
| Announcements | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"(BoundedVec<Announcement<AccountId, CallHashOf, BlockNumber>, MaxPending>, BalanceOf,)","isLinked":false}} |
Name | Type | Value | |
|---|---|---|---|
| ProxyDepositBase | BalanceOf | 0x00009e1869d029040000000000000000 | |
| ProxyDepositFactor | BalanceOf | 0x0000c52ebca2b1000000000000000000 | |
| MaxProxies | u32 | 0x20000000 | |
| MaxPending | u32 | 0x20000000 | |
| AnnouncementDepositBase | BalanceOf | 0x00007f80a935be080000000000000000 | |
| AnnouncementDepositFactor | BalanceOf | 0x00008cde04bff4360000000000000000 |
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. |
| NoSelfProxy | Cannot add self as proxy. |