TxGraph::SetTransactionFee

Modify the fee of the specified transaction, in both the main graph and the staging graph if it exists. Wherever the transaction does not exist (or was removed), this has no effect.

Synopsis

Declared in <txgraph.h>

virtual
void
SetTransactionFee(
    Ref const& arg,
    int64_t fee) noexcept = 0;

Parameters

NameDescription
argReference to the transaction whose fee is changed.
feeNew fee for the transaction.