Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
psbt.cpp File Reference
#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>
Include dependency graph for psbt.cpp:

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.

Function Documentation

◆ AnalyzePSBT()

Provides helpful miscellaneous information about where a PSBT is in the signing workflow.

Parameters
[in]psbtxthe PSBT to analyze
Returns
A PSBTAnalysis with information about the provided PSBT.

Definition at line 16 of file psbt.cpp.

Here is the caller graph for this function:

◆ FUZZ_TARGET()

FUZZ_TARGET ( psbt )

Definition at line 24 of file psbt.cpp.

Here is the call graph for this function: