RouterGasConstants constructor

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

Implementation

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