CatapultServer  v0.5.0.1 (Elephant)
catapult::harvesting::FeePolicy Struct Reference

Information about a fee policy. More...

Collaboration diagram for catapult::harvesting::FeePolicy:

Public Attributes

uint32_t NumTransactions = 0
 Number of transactions. More...
 
BlockFeeMultiplier FeeMultiplier
 Fee multiplier. More...
 
Amount BaseFee
 Base fee. More...
 

Detailed Description

Information about a fee policy.

Member Data Documentation

◆ BaseFee

Amount catapult::harvesting::FeePolicy::BaseFee

Base fee.

◆ FeeMultiplier

BlockFeeMultiplier catapult::harvesting::FeePolicy::FeeMultiplier

Fee multiplier.

◆ NumTransactions

uint32_t catapult::harvesting::FeePolicy::NumTransactions = 0

Number of transactions.


The documentation for this struct was generated from the following file: