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 long |
MIN_CONSTANT_DATA_FEE |
static long |
MIN_DATA_FEE |
static long |
MIN_FEE |
static long |
MIN_PRUNABLE_FEE |
static Fee |
NEW_DEFAULT_FEE |
static long |
NEW_MIN_CONSTANT_DATA_FEE |
static long |
NEW_MIN_DATA_FEE |
static long |
NEW_MIN_FEE |
static long |
NEW_MIN_MESSAGE_FEE |
static long |
NEW_MIN_PRUNABLE_FEE |
static Fee |
NONE |
Modifier and Type | Method and Description |
---|---|
long |
getFee(nxt.TransactionImpl transaction,
Appendix appendage) |
static final long MIN_FEE
static final long MIN_DATA_FEE
static final long MIN_CONSTANT_DATA_FEE
static final long MIN_PRUNABLE_FEE
static final long NEW_MIN_FEE
static final long NEW_MIN_DATA_FEE
static final long NEW_MIN_CONSTANT_DATA_FEE
static final long NEW_MIN_PRUNABLE_FEE
static final long NEW_MIN_MESSAGE_FEE
static final Fee DEFAULT_FEE
static final Fee NEW_DEFAULT_FEE
static final Fee NONE
long getFee(nxt.TransactionImpl transaction, Appendix appendage)