Function pallet_multipurpose_liquidity::pallet::dispatchables::reserve_vesting_liquidity_tokens_by_vesting_index
source · pub fn reserve_vesting_liquidity_tokens_by_vesting_index<T: Config>(
liquidity_token_id: <<T as Config>::Tokens as MultiTokenCurrency<<T as Config>::AccountId>>::CurrencyId,
liquidity_token_vesting_index: u32,
liquidity_token_unlock_some_amount_or_all: Option<<<T as Config>::Tokens as MultiTokenCurrency<<T as Config>::AccountId>>::Balance>
)
Expand description
Migrates vested liquidity tokens from Vested pallet to MPL. Information about unlock schedule is preserved, so whenever one decides to move tokens back to Vested pallet tokens can be unlocked.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::reserve_vesting_liquidity_tokens_by_vesting_index
.