CatapultServer
v0.5.0.1 (Elephant)
|
Information passed to a transactions change handler. More...
Public Member Functions | |
TransactionsChangeInfo (const utils::HashPointerSet &addedTransactionHashes, const std::vector< model::TransactionInfo > &revertedTransactionInfos) | |
Creates a new transactions change info around addedTransactionHashes and revertedTransactionInfos. More... | |
Public Attributes | |
const utils::HashPointerSet & | AddedTransactionHashes |
Hashes of the transactions that were added (newly confirmed). More... | |
const std::vector< model::TransactionInfo > & | RevertedTransactionInfos |
Infos of the transactions that were reverted (previously confirmed). More... | |
Information passed to a transactions change handler.
|
inline |
Creates a new transactions change info around addedTransactionHashes and revertedTransactionInfos.
const utils::HashPointerSet& catapult::consumers::TransactionsChangeInfo::AddedTransactionHashes |
Hashes of the transactions that were added (newly confirmed).
const std::vector<model::TransactionInfo>& catapult::consumers::TransactionsChangeInfo::RevertedTransactionInfos |
Infos of the transactions that were reverted (previously confirmed).