pub type PsmAdmin<T: Config> = StorageMap<_GeneratedPrefixForStoragePsmAdmin<T>, Blake2_128Concat, T::AssetId, PsmAdminInfo<T>, OptionQuery>;Expand description
Admin origins and creation-deposit bookkeeping per PSM, keyed by the internal
asset id. Held separately from Psm so swaps never decode the admin origins.
Always written and removed together with the corresponding Psm entry.
Storage type is [StorageMap] with key type T :: AssetId and value type PsmAdminInfo < T >.
Aliased Type§
pub struct PsmAdmin<T: Config>(/* private fields */);