Type Alias AgentApplications

Source
pub type AgentApplications<T: Config> = StorageMap<_GeneratedPrefixForStorageAgentApplications<T>, Identity, u32, AgentApplication<T>>;
Expand description

A map of agent applications, past and present.

Storage type is [StorageMap] with key type u32 and value type AgentApplication < T >.

Aliased Typeยง

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