Transaction Fee - zoobc/zoobc-core GitHub Wiki

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.