pub fn mint_liquidity_using_vesting_native_tokens_by_vesting_index<T: Config>(
    native_asset_vesting_index: u32,
    vesting_native_asset_unlock_some_amount_or_all: Option<BalanceOf<T>>,
    second_asset_id: CurrencyIdOf<T>,
    expected_second_asset_amount: BalanceOf<T>
)
Expand description

Warning: Doc-Only

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