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_CHILD_FEE |
static Fee |
DEFAULT_FXT_FEE |
static long |
NEW_ACCOUNT_FEE |
static Fee |
NONE |
| Modifier and Type | Method and Description |
|---|---|
long |
getFee(TransactionImpl transaction,
Appendix appendage) |
static final long NEW_ACCOUNT_FEE
static final Fee DEFAULT_CHILD_FEE
static final Fee DEFAULT_FXT_FEE
static final Fee NONE
long getFee(TransactionImpl transaction, Appendix appendage)