Package nxt
Interface Fee
-
- All Known Implementing Classes:
Fee.ConstantFee
,Fee.SizeBasedFee
public interface Fee
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Fee.ConstantFee
static class
Fee.SizeBasedFee
-
Field Summary
Fields Modifier and Type Field Description static Fee
DEFAULT_FEE
static long
MIN_FEE
static long
MIN_PRUNABLE_FEE
static Fee
NONE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getFee(nxt.TransactionImpl transaction, Appendix appendage)
-
-
-
Field Detail
-
MIN_FEE
static final long MIN_FEE
- See Also:
- Constant Field Values
-
MIN_PRUNABLE_FEE
static final long MIN_PRUNABLE_FEE
- See Also:
- Constant Field Values
-
DEFAULT_FEE
static final Fee DEFAULT_FEE
-
NONE
static final Fee NONE
-
-
Method Detail
-
getFee
long getFee(nxt.TransactionImpl transaction, Appendix appendage)
-
-