The upcoming hard fork changes the fee system and though adjustments are necessary. The fees calculation parameters are available through the constants api of the signum-node. I recommend to introduce a getNetworkGlobals function that returns all necessary information. Additionally, a fee calculation method depending on the transaction type is needed.
The upcoming hard fork changes the fee system and though adjustments are necessary. The fees calculation parameters are available through the
constants
api of the signum-node. I recommend to introduce agetNetworkGlobals
function that returns all necessary information. Additionally, a fee calculation method depending on the transaction type is needed.