Name | Lookup | Parameters | |
---|---|---|---|
proxy | 5300 | 3 | |
add_proxy | 5301 | 3 | |
remove_proxy | 5302 | 3 | |
remove_proxies | 5303 | - | |
create_pure | 5304 | 3 | |
kill_pure | 5305 | 5 | |
announce | 5306 | 2 | |
remove_announcement | 5307 | 2 | |
reject_announcement | 5308 | 2 | |
proxy_announced | 5309 | 4 |
Name | Lookup | Attributes | |
---|---|---|---|
ProxyExecuted | 5300 | ["DispatchResult"] | |
PureCreated | 5301 | ["AccountId","AccountId","ProxyType","u16"] | |
Announced | 5302 | ["AccountId","AccountId","CallHashOf"] | |
ProxyAdded | 5303 | ["AccountId","AccountId","ProxyType","BlockNumberFor"] | |
ProxyRemoved | 5304 | ["AccountId","AccountId","ProxyType","BlockNumberFor"] |
Name | Type | |
---|---|---|
Proxies | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:bounded_collections:bounded_vec:BoundedVec@862U128","keys_id":0,"value_id":861}} | |
Announcements | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:bounded_collections:bounded_vec:BoundedVec@866U128","keys_id":0,"value_id":865}} |
Name | Type | Value | |
---|---|---|---|
ProxyDepositBase | U128 | 00f02578170000000000000000000000 | |
ProxyDepositFactor | U128 | 0001b2c4000000000000000000000000 | |
MaxProxies | U32 | 20000000 | |
MaxPending | U32 | 20000000 | |
AnnouncementDepositBase | U128 | 00f02578170000000000000000000000 | |
AnnouncementDepositFactor | U128 | 00026489010000000000000000000000 |
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. |