AMMWithdrawFlagInterface constructor

AMMWithdrawFlagInterface({
  1. required bool TF_LP_TOKEN,
  2. required bool TF_WITHDRAW_ALL,
  3. required bool TF_ONE_ASSET_WITHDRAW_ALL,
  4. required bool TF_SINGLE_ASSET,
  5. required bool TF_TWO_ASSET,
  6. required bool TF_ONE_ASSET_LP_TOKEN,
  7. required bool TF_LIMIT_LP_TOKEN,
})

Implementation

AMMWithdrawFlagInterface(
    {required this.TF_LP_TOKEN,
    required this.TF_WITHDRAW_ALL,
    required this.TF_ONE_ASSET_WITHDRAW_ALL,
    required this.TF_SINGLE_ASSET,
    required this.TF_TWO_ASSET,
    required this.TF_ONE_ASSET_LP_TOKEN,
    required this.TF_LIMIT_LP_TOKEN});