Name | Lookup | Parameters | |
|---|---|---|---|
| proxy | 2800 | 3 | |
| add_proxy | 2801 | 3 | |
| remove_proxy | 2802 | 3 | |
| remove_proxies | 2803 | - | |
| create_pure | 2804 | 3 | |
| kill_pure | 2805 | 5 | |
| announce | 2806 | 2 | |
| remove_announcement | 2807 | 2 | |
| reject_announcement | 2808 | 2 | |
| proxy_announced | 2809 | 4 | |
| poke_deposit | 280a | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| ProxyExecuted | 2800 | ["DispatchResult"] | |
| PureCreated | 2801 | ["AccountId","AccountId","ProxyType","u16"] | |
| Announced | 2802 | ["AccountId","AccountId","CallHashOf"] | |
| ProxyAdded | 2803 | ["AccountId","AccountId","ProxyType","BlockNumberFor"] | |
| ProxyRemoved | 2804 | ["AccountId","AccountId","ProxyType","BlockNumberFor"] | |
| DepositPoked | 2805 | ["AccountId","DepositKind","BalanceOf","BalanceOf"] |
Name | Type | |
|---|---|---|
| Proxies | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"value":"Tuple:bounded_collections:bounded_vec:BoundedVec@550U128","keys_id":0,"value_id":549}} | |
| Announcements | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H160"],"value":"Tuple:bounded_collections:bounded_vec:BoundedVec@554U128","keys_id":0,"value_id":553}} |
Name | Type | Value | |
|---|---|---|---|
| ProxyDepositBase | U128 | 00803c603792c6020000000000000000 | |
| ProxyDepositFactor | U128 | 00104769031e00000000000000000000 | |
| MaxProxies | U32 | 20000000 | |
| MaxPending | U32 | 20000000 | |
| AnnouncementDepositBase | U128 | 00803c603792c6020000000000000000 | |
| AnnouncementDepositFactor | U128 | 00208ed2063c00000000000000000000 |
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. |