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 Fee
NONE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getFee(nxt.TransactionImpl transaction, Appendix appendage)
-