Determine whether arg exists in the graph (i.e., was not removed). This is available even for oversized graphs.

Synopsis

Declared in <txgraph.h>

virtual
bool
Exists(
    Ref const& arg,
    Level level) noexcept = 0;

Return Value

True if the transaction exists in the selected graph.

Parameters

Name

Description

arg

Reference to the transaction to look up.

level

Which graph (main or staging) to query.

Created with MrDocs