-
Notifications
You must be signed in to change notification settings - Fork 3
Transaction Fee
andy-shi88 edited this page Jul 7, 2020
·
1 revision
Every transaction cost the user some amount of fee defined in transaction header. The amount of fee depends on:
-
Transaction Type Minimum Fee
The minimum fee to execute a transaction type defined by its
GetMinimumFee()
implementation. -
Fee Scale
The scale of minimum fee at the moment transaction was posted, this value is decided consensusly by the network in the fee voting process. This scale value is applied to every transaction type available on the node.