Name | Lookup | Parameters | |
---|---|---|---|
proxy | 2000 | 3 | |
add_proxy | 2001 | 3 | |
remove_proxy | 2002 | 3 | |
remove_proxies | 2003 | - | |
create_pure | 2004 | 3 | |
kill_pure | 2005 | 5 | |
announce | 2006 | 2 | |
remove_announcement | 2007 | 2 | |
reject_announcement | 2008 | 2 | |
proxy_announced | 2009 | 4 |
Name | Lookup | Attributes | |
---|---|---|---|
ProxyExecuted | 2000 | ["DispatchResult"] | |
PureCreated | 2001 | ["AccountId","AccountId","ProxyType","u16"] | |
Announced | 2002 | ["AccountId","AccountId","CallHashOf"] | |
ProxyAdded | 2003 | ["AccountId","AccountId","ProxyType","BlockNumberFor"] | |
ProxyRemoved | 2004 | ["AccountId","AccountId","ProxyType","BlockNumberFor"] |
Name | Type | |
---|---|---|
Proxies | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:bounded_collections:bounded_vec:BoundedVec@467U128","keys_id":0,"value_id":466}} | |
Announcements | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:bounded_collections:bounded_vec:BoundedVec@471U128","keys_id":0,"value_id":470}} |
Name | Type | Value | |
---|---|---|---|
ProxyDepositBase | U128 | 80636d7e030000000000000000000000 | |
ProxyDepositFactor | U128 | b0a77901000000000000000000000000 | |
MaxProxies | U32 | 20000000 | |
MaxPending | U32 | 20000000 | |
AnnouncementDepositBase | U128 | 80636d7e030000000000000000000000 | |
AnnouncementDepositFactor | U128 | 604ff302000000000000000000000000 |
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. |