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