pub fn add_staking_liquidity_token<T: Config>(
    paired_or_liquidity_token: PairedOrLiquidityToken<CurrencyIdOf<T>>,
    current_liquidity_tokens: u32
)
Expand description

Enables new staking token to be used for staking. Only tokens paired with MGX can be used. Caller can pass the id of token for which MGX paired pool already exists or liquidity token id itself. Root only

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::add_staking_liquidity_token.