LpAccountGasConstant constructor

LpAccountGasConstant({
  1. required BigInt refund,
  2. required BigInt directAddLp,
  3. required BigInt resetGas,
})

Implementation

LpAccountGasConstant({
  required this.refund,
  required this.directAddLp,
  required this.resetGas,
});