Add a new unconnected transaction to this transaction graph (in the first available position), and return its DepGraphIndex.
Declared in <cluster_linearize.h>
DepGraphIndex
AddTransaction(FeeFrac const& feefrac) noexcept;
Complexity: O(1) (amortized, due to resizing of backing vector).
The position assigned to the new transaction.
| Name | Description |
|---|---|
| feefrac | The fee and size of the transaction to add. |