Name | Lookup | Parameters | |
|---|---|---|---|
| add_proxy | 3300 | 3 | |
| proxy | 3301 | 2 | |
| remove_proxy | 3302 | 1 | |
| approve_proxy_funding | 3303 | 2 | |
| register_sponsor_agent | 3304 | 1 | |
| revoke_sponsor_agent | 3305 | 1 | |
| remove_sponsored_proxy | 3306 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| ProxyCreated | 3300 | ["AccountId","AccountId","ProxyType","Option<AccountId>"] | |
| ProxyRemoved | 3301 | ["AccountId","AccountId","Option<AccountId>"] | |
| ProxySponsorshipApproved | 3302 | ["AccountId","AccountId","AccountId"] | |
| SponsorAgentRegistered | 3303 | ["AccountId","AccountId"] | |
| SponsorAgentRevoked | 3304 | ["AccountId","AccountId"] | |
| ProxyExecuted | 3305 | ["AccountId","AccountId"] |
Name | Type | |
|---|---|---|
| Proxies | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["H160","H160"],"value":"pallet_myth_proxy:ProxyDefinition","keys_id":452,"value_id":454}} | |
| SponsorAgents | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"H160","keys_id":0,"value_id":0}} | |
| SponsorshipApprovals | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Tuple:H160H160"],"value":"H160","keys_id":452,"value_id":0}} | |
| ApprovalsByAgent | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["H160","Tuple:H160H160"],"value":"NULL","keys_id":455,"value_id":36}} | |
| InvalidatedAgents | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"NULL","keys_id":0,"value_id":36}} |
Name | Docs |
|---|---|
| Unauthorized | The caller does not have the necessary permissions. |
| NoSuchProxy | The specified proxy does not exist. |
| SponsorshipUnauthorized | The delegator is not authorized to use the sponsor's funds. |
| SponsorAgentUnauthorized | The sponsor agent is not authorized to use the sponsor's funds. |
| NotProxy | The delegate doesn't have proxy permission from the delegator. |
| SponsorAgentAlreadyRegistered | The sponsor agent is already registered. |