Name | Lookup | Parameters | |
---|---|---|---|
proxy | 4300 | 3 | |
add_proxy | 4301 | 3 | |
remove_proxy | 4302 | 3 | |
remove_proxies | 4303 | - | |
anonymous | 4304 | 3 | |
kill_anonymous | 4305 | 5 | |
announce | 4306 | 2 | |
remove_announcement | 4307 | 2 | |
reject_announcement | 4308 | 2 | |
proxy_announced | 4309 | 4 |
Name | Lookup | Attributes | |
---|---|---|---|
ProxyExecuted | 4300 | ["DispatchResult"] | |
AnonymousCreated | 4301 | ["AccountId","AccountId","ProxyType","u16"] | |
Announced | 4302 | ["AccountId","AccountId","CallHashOf"] | |
ProxyAdded | 4303 | ["AccountId","AccountId","ProxyType","BlockNumber"] | |
ProxyRemoved | 4304 | ["AccountId","AccountId","ProxyType","BlockNumber"] |
Name | Type | |
---|---|---|
Proxies | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:sp_runtime:bounded:bounded_vec:BoundedVec@456U128","keys_id":0,"value_id":455}} | |
Announcements | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:sp_runtime:bounded:bounded_vec:BoundedVec@460U128","keys_id":0,"value_id":459}} |
Name | Type | Value | |
---|---|---|---|
ProxyDepositBase | U128 | 00007f80a935be080000000000000000 | |
ProxyDepositFactor | U128 | 0000466f825f7a1b0000000000000000 | |
MaxProxies | U32 | 20000000 | |
MaxPending | U32 | 20000000 | |
AnnouncementDepositBase | U128 | 00007f80a935be080000000000000000 | |
AnnouncementDepositFactor | U128 | 00008cde04bff4360000000000000000 |
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. |