getFeeAmount method

Amount getFeeAmount(
  1. FeePriority feePriority
)

Implementation

Amount getFeeAmount(FeePriority feePriority) => Amount(
      value: getFeeGWEI(feePriority),
      decimals: 18, // GWEI
    );