PrevUpHomeNext

RCLTxSet::exists

Test if a transaction is in the set.

Synopsis
bool
exists(
    Tx::ID const& entry) const;
Description
Parameters

Name

Description

entry

The ID of transaction to test.

Return Value

Whether the transaction is in the set.


PrevUpHomeNext