referrerpolicy=no-referrer-when-downgrade

Psm

Type Alias Psm 

Source
pub type Psm<T: Config> = StorageMap<_GeneratedPrefixForStoragePsm<T>, Blake2_128Concat, T::AssetId, PsmInfo<T>, OptionQuery>;
Expand description

Registered PSM instances, keyed by the internal asset id.

Storage type is [StorageMap] with key type T :: AssetId and value type PsmInfo < T >.

Aliased Type§

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