subscan
Runtime Modules / ExternalAgents
Spec Version:
Events
Name
Lookup
Attributes
GroupCreated2b00["EventDid","Ticker","AGId","ExtrinsicPermissions"]
GroupPermissionsUpdated2b01["EventDid","Ticker","AGId","ExtrinsicPermissions"]
AgentAdded2b02["EventDid","Ticker","AgentGroup"]
AgentRemoved2b03["EventDid","Ticker","IdentityId"]
GroupChanged2b04["EventDid","Ticker","IdentityId","AgentGroup"]
Storage Functions
Name
Type
AGIdSequence{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 12]"],"value":"U32","keys_id":42,"value_id":73}}
AgentOf{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["[U8; 32]","[U8; 12]"],"value":"NULL","keys_id":624,"value_id":81}}
GroupOfAgent{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","[U8; 32]"],"value":"polymesh_primitives:agent:AgentGroup","keys_id":622,"value_id":72}}
NumFullAgents{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 12]"],"value":"U32","keys_id":42,"value_id":4}}
GroupPermissions{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["[U8; 12]","U32"],"value":"polymesh_primitives:subset:SubsetRestriction@46","keys_id":708,"value_id":46}}
Error Types
Name
Docs
NoSuchAGAn AG with the given `AGId` did not exist for the `Ticker`.
UnauthorizedAgentThe agent is not authorized to call the current extrinsic.
AlreadyAnAgentThe provided `agent` is already an agent for the `Ticker`.
NotAnAgentThe provided `agent` is not an agent for the `Ticker`.
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.