Package nxt.blockchain
Class Bundler.MinFeeCalculator
java.lang.Object
nxt.blockchain.Bundler.MinFeeCalculator
- All Implemented Interfaces:
Bundler.FeeCalculator
- Enclosing class:
- Bundler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongcalculateFeeFQT(ChildTransactionImpl childTransaction, Bundler.Rule rule) getName()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nxt.blockchain.Bundler.FeeCalculator
validateRule
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
MinFeeCalculator
public MinFeeCalculator()
-
-
Method Details
-
calculateFeeFQT
- Specified by:
calculateFeeFQTin interfaceBundler.FeeCalculator
-
getName
- Specified by:
getNamein interfaceBundler.FeeCalculator
-