Type Alias Agents

Source
pub type Agents<T: Config> = StorageMap<_GeneratedPrefixForStorageAgents<T>, Identity, <T as Config>::AccountId, Agent<T>>;
Expand description

Known registered network agents indexed by the owner’s key.

Storage type is [StorageMap] with key type AccountIdOf < T > and value type Agent < T >.

Aliased Type§

struct Agents<T: Config>(/* private fields */);