pub type Agents<T: Config> = CountedStorageMap<_GeneratedPrefixForStorageAgents<T>, Twox64Concat, T::AccountId, AgentLedger<T>, OptionQuery>;
Expand description
Map of Agent
to their Ledger
.
Storage type is [CountedStorageMap
] with key type T :: AccountId and value type AgentLedger < T >.
Aliased Type§
struct Agents<T: Config>(/* private fields */);