Package nxt
Class Fee.SizeBasedFee
- java.lang.Object
-
- nxt.Fee.SizeBasedFee
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface nxt.Fee
Fee.ConstantFee, Fee.SizeBasedFee
-
-
Field Summary
-
Fields inherited from interface nxt.Fee
DEFAULT_FEE, MIN_FEE, MIN_PRUNABLE_FEE, NONE
-
-
Constructor Summary
Constructors Constructor Description SizeBasedFee(long feePerSize)
SizeBasedFee(long constantFee, long feePerSize)
SizeBasedFee(long constantFee, long feePerSize, int unitSize)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description long
getFee(nxt.TransactionImpl transaction, Appendix appendage)
abstract int
getSize(nxt.TransactionImpl transaction, Appendix appendage)
-