public class TransactionUtils
extends java.lang.Object
| Constructor and Description |
|---|
TransactionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.math.BigDecimal |
calcNecessaryNetworkFee(int transactionSize)
Calculates the necessary network fee for the given transaction size in bytes.
|
public static java.math.BigDecimal calcNecessaryNetworkFee(int transactionSize)
Calculates the necessary network fee for the given transaction size in bytes.
For information on how the network fee is calculated with respect to transaction size, consult the NEO documentation.
transactionSize - The transaction size in bytes.