CatapultServer
v0.5.0.1 (Elephant)
|
Information about transactions. More...
Public Attributes | |
BlockFeeMultiplier | FeeMultiplier |
Optimal fee multiplier. More... | |
model::Transactions | Transactions |
Transactions (shared pointers) (ordered). More... | |
std::vector< Hash256 > | TransactionHashes |
Transaction hashes (ordered). More... | |
Hash256 | TransactionsHash |
Aggregate transactions hash. More... | |
Information about transactions.
BlockFeeMultiplier catapult::harvesting::TransactionsInfo::FeeMultiplier |
Optimal fee multiplier.
std::vector<Hash256> catapult::harvesting::TransactionsInfo::TransactionHashes |
Transaction hashes (ordered).
model::Transactions catapult::harvesting::TransactionsInfo::Transactions |
Transactions (shared pointers) (ordered).
Hash256 catapult::harvesting::TransactionsInfo::TransactionsHash |
Aggregate transactions hash.