![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <node/psbt.h>#include <psbt.h>#include <pubkey.h>#include <script/script.h>#include <streams.h>#include <test/fuzz/FuzzedDataProvider.h>#include <test/fuzz/fuzz.h>#include <test/util/random.h>#include <util/check.h>#include <cstdint>#include <optional>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | PSBTInputAnalysis |
| Holds an analysis of one input from a PSBT. More... | |
Functions | |
| FUZZ_TARGET (psbt) | |
| PSBTAnalysis | AnalyzePSBT (PartiallySignedTransaction psbtx) |
| Provides helpful miscellaneous information about where a PSBT is in the signing workflow. | |
Provides helpful miscellaneous information about where a PSBT is in the signing workflow.
| [in] | psbtx | the PSBT to analyze |
Definition at line 16 of file psbt.cpp.