public interface Fee
Modifier and Type | Interface and Description |
---|---|
static class |
Fee.ConstantFee |
static class |
Fee.SizeBasedFee |
Modifier and Type | Field and Description |
---|---|
static Fee |
DEFAULT_FEE |
static Fee |
NONE |
Modifier and Type | Method and Description |
---|---|
long |
getFee(nxt.TransactionImpl transaction,
Appendix appendage) |