Inform the TxGraph implementation that a TxGraph::Ref has moved.
Declared in <txgraph.h>
virtual
void
UpdateRef(
GraphIndex index,
Ref& new_location) noexcept = 0;
| Name | Description |
|---|---|
| index | Internal index of the transaction whose Ref moved. |
| new_location | The Ref's new location. |