getPriorityAmount method

Amount getPriorityAmount(
  1. FeePriority feePriority
)

Implementation

Amount getPriorityAmount(FeePriority feePriority) => Amount(
      value: getPriorityGWEI(feePriority),
      decimals: 18, // GWEI
    );