pub fn claim_3rdparty_rewards<T: Config>(
    liquidity_token_id: <<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::CurrencyId,
    reward_token: <<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::CurrencyId
)
Expand description

Claims liquidity mining rewards

  • tokens - pair of tokens
  • amount - amount of the token
  • reward_token - id of the token that is rewarded

Warning: Doc-Only

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