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