mythos
subscan
Mythos
Runtime Modules / MythProxy
Spec Version:
Events
Name
Lookup
Attributes
ProxyCreated3300["AccountId","AccountId","ProxyType","Option<AccountId>"]
ProxyRemoved3301["AccountId","AccountId","Option<AccountId>"]
ProxySponsorshipApproved3302["AccountId","AccountId","AccountId"]
SponsorAgentRegistered3303["AccountId","AccountId"]
SponsorAgentRevoked3304["AccountId","AccountId"]
ProxyExecuted3305["AccountId","AccountId"]
Storage Functions
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}}
Error Types
Name
Docs
UnauthorizedThe caller does not have the necessary permissions.
NoSuchProxyThe specified proxy does not exist.
SponsorshipUnauthorizedThe delegator is not authorized to use the sponsor's funds.
SponsorAgentUnauthorizedThe sponsor agent is not authorized to use the sponsor's funds.
NotProxyThe delegate doesn't have proxy permission from the delegator.
SponsorAgentAlreadyRegisteredThe sponsor agent is already registered.