Find transactions not in common between this and another transaction set.
std::map< Tx::ID, bool > compare( RCLTxSet const& j) const;
Name |
Description |
---|---|
|
The set to compare with |
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.