Name | Lookup | Parameters | |
---|---|---|---|
proxy | 1200 | 3 | |
add_proxy | 1201 | 3 | |
remove_proxy | 1202 | 3 | |
remove_proxies | 1203 | - | |
anonymous | 1204 | 3 | |
kill_anonymous | 1205 | 5 | |
announce | 1206 | 2 | |
remove_announcement | 1207 | 2 | |
reject_announcement | 1208 | 2 | |
proxy_announced | 1209 | 4 |
Name | Lookup | Attributes | |
---|---|---|---|
ProxyExecuted | 1200 | ["DispatchResult"] | |
AnonymousCreated | 1201 | ["AccountId","AccountId","ProxyType","u16"] | |
Announced | 1202 | ["AccountId","AccountId","CallHashOf"] | |
ProxyAdded | 1203 | ["AccountId","AccountId","ProxyType","BlockNumber"] | |
ProxyRemoved | 1204 | ["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@324U128","keys_id":0,"value_id":323}} | |
Announcements | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:sp_runtime:bounded:bounded_vec:BoundedVec@328U128","keys_id":0,"value_id":327}} |
Name | Type | Value | |
---|---|---|---|
ProxyDepositBase | U128 | 000064a7b3b6e00d0000000000000000 | |
ProxyDepositFactor | U128 | 0000e167406594040000000000000000 | |
MaxProxies | U32 | 20000000 | |
MaxPending | U32 | 20000000 | |
AnnouncementDepositBase | U128 | 000064a7b3b6e00d0000000000000000 | |
AnnouncementDepositFactor | U128 | 0000c2cf80ca28090000000000000000 |
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. |