PrevUpHomeNext

RCLTxSet::MutableTxSet::erase

Remove a transaction from the set.

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

Name

Description

entry

The ID of the transaction to remove.

Return Value

Whether the transaction was removed.


PrevUpHomeNext