AMMWithdrawFlagInterface constructor

AMMWithdrawFlagInterface({
  1. required bool tfLpToken,
  2. required bool tfWithdrawAll,
  3. required bool tfOneAssetWithdrawAll,
  4. required bool tfSingleAsset,
  5. required bool tfTwoAsset,
  6. required bool tfOneAssetLpToken,
  7. required bool tfLimitLpToken,
})

Implementation

AMMWithdrawFlagInterface({
  required this.tfLpToken,
  required this.tfWithdrawAll,
  required this.tfOneAssetWithdrawAll,
  required this.tfSingleAsset,
  required this.tfTwoAsset,
  required this.tfOneAssetLpToken,
  required this.tfLimitLpToken,
});