RouterGasConstants constructor

RouterGasConstants({
  1. required GasPair swapJettonToJetton,
  2. required GasPair swapJettonToTon,
  3. required GasPair swapTonToJetton,
  4. required GasPair provideLpJetton,
  5. required GasPair provideLpTon,
  6. required GasPair singleSideProvideLpJetton,
  7. required GasPair singleSideProvideLpTon,
})

Implementation

RouterGasConstants({
  required this.swapJettonToJetton,
  required this.swapJettonToTon,
  required this.swapTonToJetton,
  required this.provideLpJetton,
  required this.provideLpTon,
  required this.singleSideProvideLpJetton,
  required this.singleSideProvideLpTon,
});