PrevUpHomeNext

RCLTxSet::compare

Find transactions not in common between this and another transaction set.

Synopsis
std::map< Tx::ID, bool >
compare(
    RCLTxSet const& j) const;
Description
Parameters

Name

Description

j

The set to compare with

Return Value

Map of transactions in this set and j but not both. The key is the transaction ID and the value is a bool of the transaction exists in this set.


PrevUpHomeNext