Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <coins.h>
#include <consensus/amount.h>
#include <consensus/tx_verify.h>
#include <node/psbt.h>
#include <policy/policy.h>
#include <policy/settings.h>
#include <tinyformat.h>
#include <numeric>
Go to the source code of this file.
Namespaces | |
namespace | node |
Functions | |
PSBTAnalysis | node::AnalyzePSBT (PartiallySignedTransaction psbtx) |
Provides helpful miscellaneous information about where a PSBT is in the signing workflow. More... | |