Type Alias snowbridge_pallet_system::pallet::Agents
source · pub type Agents<T: Config> = StorageMap<_GeneratedPrefixForStorageAgents<T>, Twox64Concat, AgentId, (), OptionQuery>;
Expand description
The set of registered agents
Storage type is [StorageMap
] with key type AgentId
and value type ()
.
Aliased Type§
struct Agents<T: Config>(/* private fields */);