Fee.ConstantFee, Fee.SizeBasedFee
DEFAULT_FEE, MIN_CONSTANT_DATA_FEE, MIN_DATA_FEE, MIN_FEE, MIN_PRUNABLE_FEE, NEW_DEFAULT_FEE, NEW_MIN_CONSTANT_DATA_FEE, NEW_MIN_DATA_FEE, NEW_MIN_FEE, NEW_MIN_MESSAGE_FEE, NEW_MIN_PRUNABLE_FEE, NONE
Constructor and Description |
---|
SizeBasedFee(long feePerSize) |
SizeBasedFee(long constantFee,
long feePerSize) |
SizeBasedFee(long constantFee,
long feePerSize,
int unitSize) |
Modifier and Type | Method and Description |
---|---|
long |
getFee(nxt.TransactionImpl transaction,
Appendix appendage) |
abstract int |
getSize(nxt.TransactionImpl transaction,
Appendix appendage) |