Name | Lookup | Parameters | |
---|---|---|---|
proxy | 0500 | 3 | |
add_proxy | 0501 | 3 | |
remove_proxy | 0502 | 3 | |
remove_proxies | 0503 | - | |
anonymous | 0504 | 3 | |
kill_anonymous | 0505 | 5 | |
announce | 0506 | 2 | |
remove_announcement | 0507 | 2 | |
reject_announcement | 0508 | 2 | |
proxy_announced | 0509 | 4 |
Name | Lookup | Attributes | |
---|---|---|---|
ProxyExecuted | 0500 | ||
AnonymousCreated | 0501 | ||
Announced | 0502 |
Name | Type | |
---|---|---|
Proxies | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"(BoundedVec<ProxyDefinition<AccountId, ProxyType, BlockNumber>, MaxProxies,>, BalanceOf)","isLinked":false}} | |
Announcements | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"(BoundedVec<Announcement<AccountId, CallHashOf, BlockNumber>, MaxPending,>, BalanceOf,)","isLinked":false}} |
Name | Type | Value | |
---|---|---|---|
ProxyDepositBase | BalanceOf | 0x001cd8b7510200000000000000000000 | |
ProxyDepositFactor | BalanceOf | 0x00583201cd0100000000000000000000 | |
MaxProxies | u32 | 0x20000000 | |
MaxPending | u32 | 0x20000000 | |
AnnouncementDepositBase | BalanceOf | 0x00dc127ac10200000000000000000000 | |
AnnouncementDepositFactor | BalanceOf | 0x00b064029a0300000000000000000000 |
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. |