Name | Lookup | Parameters | |
|---|---|---|---|
| proxy | 3400 | 3 | |
| add_proxy | 3401 | 3 | |
| remove_proxy | 3402 | 3 | |
| remove_proxies | 3403 | - | |
| create_pure | 3404 | 3 | |
| kill_pure | 3405 | 5 | |
| announce | 3406 | 2 | |
| remove_announcement | 3407 | 2 | |
| reject_announcement | 3408 | 2 | |
| proxy_announced | 3409 | 4 | |
| poke_deposit | 340a | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| ProxyExecuted | 3400 | ["DispatchResult"] | |
| PureCreated | 3401 | ["AccountId","AccountId","ProxyType","u16"] | |
| Announced | 3402 | ["AccountId","AccountId","CallHashOf"] | |
| ProxyAdded | 3403 | ["AccountId","AccountId","ProxyType","BlockNumberFor"] | |
| ProxyRemoved | 3404 | ["AccountId","AccountId","ProxyType","BlockNumberFor"] | |
| DepositPoked | 3405 | ["AccountId","DepositKind","BalanceOf","BalanceOf"] |
Name | Type | |
|---|---|---|
| Proxies | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:bounded_collections:bounded_vec:BoundedVec@840U128","keys_id":0,"value_id":839}} | |
| Announcements | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:bounded_collections:bounded_vec:BoundedVec@844U128","keys_id":0,"value_id":843}} |
Name | Type | Value | |
|---|---|---|---|
| ProxyDepositBase | U128 | 001cedae920000000000000000000000 | |
| ProxyDepositFactor | U128 | 00583201cd0100000000000000000000 | |
| MaxProxies | U32 | 20000000 | |
| MaxPending | U32 | 20000000 | |
| AnnouncementDepositBase | U128 | 001cedae920000000000000000000000 | |
| AnnouncementDepositFactor | U128 | 00b064029a0300000000000000000000 |
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. |