Name | Lookup | Parameters | |
|---|---|---|---|
| proxy | 0f00 | 3 | |
| add_proxy | 0f01 | 3 | |
| remove_proxy | 0f02 | 3 | |
| remove_proxies | 0f03 | - | |
| create_pure | 0f04 | 3 | |
| kill_pure | 0f05 | 5 | |
| announce | 0f06 | 2 | |
| remove_announcement | 0f07 | 2 | |
| reject_announcement | 0f08 | 2 | |
| proxy_announced | 0f09 | 4 |
Name | Lookup | Attributes | |
|---|---|---|---|
| ProxyExecuted | 0f00 | ["DispatchResult"] | |
| PureCreated | 0f01 | ["AccountId","AccountId","ProxyType","u16"] | |
| Announced | 0f02 | ["AccountId","AccountId","CallHashOf"] | |
| ProxyAdded | 0f03 | ["AccountId","AccountId","ProxyType","BlockNumber"] | |
| ProxyRemoved | 0f04 | ["AccountId","AccountId","ProxyType","BlockNumber"] |
Name | Type | |
|---|---|---|
| Proxies | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:bounded_collections:bounded_vec:BoundedVec@305U128","keys_id":0,"value_id":304}} | |
| Announcements | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:bounded_collections:bounded_vec:BoundedVec@309U128","keys_id":0,"value_id":308}} |
Name | Type | Value | |
|---|---|---|---|
| ProxyDepositBase | U128 | 0000b444fdd663010000000000000000 | |
| ProxyDepositFactor | U128 | 00408d39445802000000000000000000 | |
| MaxProxies | U32 | 20000000 | |
| MaxPending | U32 | 20000000 | |
| AnnouncementDepositBase | U128 | 0000b444fdd663010000000000000000 | |
| AnnouncementDepositFactor | U128 | 00801a7388b004000000000000000000 |
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. |