#include <qt/psbtoperationsdialog.h>
#include <common/messages.h>
#include <core_io.h>
#include <interfaces/node.h>
#include <key_io.h>
#include <node/psbt.h>
#include <node/types.h>
#include <policy/policy.h>
#include <qt/bitcoinunits.h>
#include <qt/forms/ui_psbtoperationsdialog.h>
#include <qt/guiutil.h>
#include <qt/optionsmodel.h>
#include <util/fs.h>
#include <util/strencodings.h>
#include <fstream>
#include <iostream>
#include <string>
Go to the source code of this file.
|
| struct | PSBTAnalysis |
| | Holds the results of AnalyzePSBT (miscellaneous information about a PSBT). More...
|
◆ TransactionError
◆ AnalyzePSBT()
Provides helpful miscellaneous information about where a PSBT is in the signing workflow.
- Parameters
-
| [in] | psbtx | the PSBT to analyze |
- Returns
- A PSBTAnalysis with information about the provided PSBT.
Definition at line 16 of file psbt.cpp.
◆ TransactionErrorString()
◆ DEFAULT_MAX_RAW_TX_FEE_RATE
Maximum fee rate for sendrawtransaction and testmempoolaccept RPC calls.
Also used by the GUI when broadcasting a completed PSBT. By default, a transaction with a fee rate higher than this will be rejected by these RPCs and the GUI. This can be overridden with the maxfeerate argument.
Definition at line 28 of file transaction.h.