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

Information about transactions. More...

Collaboration diagram for catapult::harvesting::TransactionsInfo:

Public Attributes

BlockFeeMultiplier FeeMultiplier
 Optimal fee multiplier. More...
 
model::Transactions Transactions
 Transactions (shared pointers) (ordered). More...
 
std::vector< Hash256TransactionHashes
 Transaction hashes (ordered). More...
 
Hash256 TransactionsHash
 Aggregate transactions hash. More...
 

Detailed Description

Information about transactions.

Member Data Documentation

◆ FeeMultiplier

BlockFeeMultiplier catapult::harvesting::TransactionsInfo::FeeMultiplier

Optimal fee multiplier.

◆ TransactionHashes

std::vector<Hash256> catapult::harvesting::TransactionsInfo::TransactionHashes

Transaction hashes (ordered).

◆ Transactions

model::Transactions catapult::harvesting::TransactionsInfo::Transactions

Transactions (shared pointers) (ordered).

◆ TransactionsHash

Hash256 catapult::harvesting::TransactionsInfo::TransactionsHash

Aggregate transactions hash.


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