getMaxPriorityFeePerGas method

  1. @override
BigInt getMaxPriorityFeePerGas()
override

Gets the max priority fee per gas of the operation.

Implementation

@override
BigInt getMaxPriorityFeePerGas() {
  return _currentOp.maxPriorityFeePerGas;
}