subscan
Runtime Modules / ExternalAgents
Spec Version:
Events
Name
Lookup
Attributes
GroupCreated2b00["EventDid","AssetId","AGId","ExtrinsicPermissions"]
GroupPermissionsUpdated2b01["EventDid","AssetId","AGId","ExtrinsicPermissions"]
AgentAdded2b02["EventDid","AssetId","AgentGroup"]
AgentRemoved2b03["EventDid","AssetId","IdentityId"]
GroupChanged2b04["EventDid","AssetId","IdentityId","AgentGroup"]
Storage Functions
Name
Type
AGIdSequence{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 16]"],"value":"U32","keys_id":42,"value_id":77}}
AgentOf{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["[U8; 32]","[U8; 16]"],"value":"NULL","keys_id":626,"value_id":83}}
GroupOfAgent{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 16]","[U8; 32]"],"value":"polymesh_primitives:agent:AgentGroup","keys_id":620,"value_id":76}}
NumFullAgents{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 16]"],"value":"U32","keys_id":42,"value_id":4}}
GroupPermissions{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 16]","U32"],"value":"polymesh_primitives:secondary_key:ExtrinsicPermissions","keys_id":709,"value_id":46}}
StorageVersion{"origin":"PlainType","plain_type":"U8","PlainTypeValue":710}
Error Types
Name
Docs
NoSuchAGAn AG with the given `AGId` did not exist for the `AssetId`.
UnauthorizedAgentThe agent is not authorized to call the current extrinsic.
AlreadyAnAgentThe provided `agent` is already an agent for the `AssetId`.
NotAnAgentThe provided `agent` is not an agent for the `AssetId`.
RemovingLastFullAgentThis agent is the last full one, and it's being removed,making the asset orphaned.
SecondaryKeyNotAuthorizedForAssetThe caller's secondary key does not have the required asset permission.
BadAuthorizationTypeThe extrinsic expected a different `AuthorizationType` than what the `data.auth_type()` is.