Determine the XRP balance consequences if a transaction consumes the maximum XRP allowed.
TxConsequences calculateConsequences( PreflightResult const& preflightResult);
The transaction has been checked and validated using preflight
Name |
Description |
---|---|
|
The result of a previous call to |
A TxConsequences
object containing
the "worst case" consequences of applying this transaction to a
ledger.
#include <ripple/app/tx/applySteps.h>