CatapultServer  v0.5.0.1 (Elephant)
catapult::consumers::TransactionsChangeInfo Struct Reference

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::HashPointerSetAddedTransactionHashes
 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...
 

Detailed Description

Information passed to a transactions change handler.

Constructor & Destructor Documentation

◆ TransactionsChangeInfo()

catapult::consumers::TransactionsChangeInfo::TransactionsChangeInfo ( const utils::HashPointerSet addedTransactionHashes,
const std::vector< model::TransactionInfo > &  revertedTransactionInfos 
)
inline

Creates a new transactions change info around addedTransactionHashes and revertedTransactionInfos.

Member Data Documentation

◆ AddedTransactionHashes

const utils::HashPointerSet& catapult::consumers::TransactionsChangeInfo::AddedTransactionHashes

Hashes of the transactions that were added (newly confirmed).

◆ RevertedTransactionInfos

const std::vector<model::TransactionInfo>& catapult::consumers::TransactionsChangeInfo::RevertedTransactionInfos

Infos of the transactions that were reverted (previously confirmed).


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