Package nxt.blockchain
Class Fee.SizeBasedFee
java.lang.Object
nxt.blockchain.Fee.SizeBasedFee
- All Implemented Interfaces:
Fee
- Enclosing interface:
- Fee
-
Nested Class Summary
Nested classes/interfaces inherited from interface nxt.blockchain.Fee
Fee.ConstantFee, Fee.SizeBasedFee -
Field Summary
Fields inherited from interface nxt.blockchain.Fee
DEFAULT_CHILD_FEE, DEFAULT_FXT_FEE, NEW_ACCOUNT_FEE, NONE -
Constructor Summary
ConstructorsConstructorDescriptionSizeBasedFee(long feePerSize) SizeBasedFee(long constantFee, long feePerSize) SizeBasedFee(long constantFee, long feePerSize, int unitSize) -
Method Summary
Modifier and TypeMethodDescriptionfinal longgetFee(TransactionImpl transaction, Appendix appendage) abstract intgetSize(TransactionImpl transaction, Appendix appendage)