pub fn claim_liquidity_tokens_for_account<T: Config>(
    account: T::AccountId,
    activate_rewards: bool
)
Expand description

Allows claiming rewards for some account that haven’t done that yet. The only difference between calling Pallet::claim_liquidity_tokens_for_account by some other account and calling Pallet::claim_liquidity_tokens directly by that account is account that will be charged for transaction fee.

Args:

  • other - account in behalf of which liquidity tokens should be claimed

Warning: Doc-Only

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