TxGraph::UpdateRef

Inform the TxGraph implementation that a TxGraph::Ref has moved.

Synopsis

Declared in <txgraph.h>

virtual
void
UpdateRef(
    GraphIndex index,
    Ref& new_location) noexcept = 0;

Parameters

NameDescription
indexInternal index of the transaction whose Ref moved.
new_locationThe Ref's new location.