Name | Lookup | Parameters | |
|---|---|---|---|
| proxy | 1600 | 3 | |
| add_proxy | 1601 | 3 | |
| remove_proxy | 1602 | 3 | |
| remove_proxies | 1603 | - | |
| create_pure | 1604 | 3 | |
| kill_pure | 1605 | 5 | |
| announce | 1606 | 2 | |
| remove_announcement | 1607 | 2 | |
| reject_announcement | 1608 | 2 | |
| proxy_announced | 1609 | 4 |
Name | Lookup | Attributes | |
|---|---|---|---|
| ProxyExecuted | 1600 | ["DispatchResult"] | |
| PureCreated | 1601 | ["AccountId","AccountId","ProxyType","u16"] | |
| Announced | 1602 | ["AccountId","AccountId","CallHashOf"] | |
| ProxyAdded | 1603 | ["AccountId","AccountId","ProxyType","BlockNumberFor"] | |
| ProxyRemoved | 1604 | ["AccountId","AccountId","ProxyType","BlockNumberFor"] |
Name | Type | |
|---|---|---|
| Proxies | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:bounded_collections:bounded_vec:BoundedVec@373U128","keys_id":0,"value_id":372}} | |
| Announcements | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:bounded_collections:bounded_vec:BoundedVec@377U128","keys_id":0,"value_id":376}} |
Name | Type | Value | |
|---|---|---|---|
| ProxyDepositBase | U128 | 00902f50090000000000000000000000 | |
| ProxyDepositFactor | U128 | 000af4ae070000000000000000000000 | |
| MaxProxies | U32 | 20000000 | |
| MaxPending | U32 | 20000000 | |
| AnnouncementDepositBase | U128 | 00902f50090000000000000000000000 | |
| AnnouncementDepositFactor | U128 | 00a81dd50f0000000000000000000000 |
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. |