referrerpolicy=no-referrer-when-downgrade

PsmConfig

Type Alias PsmConfig 

Source
pub type PsmConfig = GenesisConfig<Runtime>;

Aliased Type§

pub struct PsmConfig {
    pub max_psm_debt_of_total: Permill,
    pub asset_configs: BTreeMap<u32, (Permill, Permill, Permill)>,
    pub _marker: PhantomData<Runtime>,
}

Fields§

§max_psm_debt_of_total: Permill

Max PSM debt as percentage of total maximum issuance.

§asset_configs: BTreeMap<u32, (Permill, Permill, Permill)>

Per-asset configuration: asset_id -> (minting_fee, redemption_fee, ceiling_weight). Keys also define the set of approved external assets.

§_marker: PhantomData<Runtime>