Fee.ConstantFee, Fee.SizeBasedFeeDEFAULT_CHILD_FEE, DEFAULT_FXT_FEE, NEW_ACCOUNT_FEE, NONE| Constructor and Description |
|---|
SizeBasedFee(long feePerSize) |
SizeBasedFee(long constantFee,
long feePerSize) |
SizeBasedFee(long constantFee,
long feePerSize,
int unitSize) |
| Modifier and Type | Method and Description |
|---|---|
long |
getFee(TransactionImpl transaction,
Appendix appendage) |
abstract int |
getSize(TransactionImpl transaction,
Appendix appendage) |
public SizeBasedFee(long feePerSize)
public SizeBasedFee(long constantFee,
long feePerSize)
public SizeBasedFee(long constantFee,
long feePerSize,
int unitSize)
public final long getFee(TransactionImpl transaction, Appendix appendage)
public abstract int getSize(TransactionImpl transaction, Appendix appendage)