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

Name

Description

arg

Reference to the transaction whose fee is changed.

fee

New fee for the transaction.

Created with MrDocs