Bitcoin Core 31.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
PSBTOutputTest Struct Reference
Collaboration diagram for PSBTOutputTest:
[legend]

Public Member Functions

 PSBTOutputTest (std::string descriptor)
 
PSBTOutput UpdateOutput (bool has_input) const
 

Public Attributes

CPubKey pubkey
 
FlatSigningProvider provider
 
CScript script_pubkey
 

Detailed Description

Definition at line 230 of file psbt_tests.cpp.

Constructor & Destructor Documentation

◆ PSBTOutputTest()

PSBTOutputTest::PSBTOutputTest ( std::string  descriptor)
inlineexplicit

Definition at line 235 of file psbt_tests.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ UpdateOutput()

PSBTOutput PSBTOutputTest::UpdateOutput ( bool  has_input) const
inline

Definition at line 251 of file psbt_tests.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ provider

FlatSigningProvider PSBTOutputTest::provider

Definition at line 232 of file psbt_tests.cpp.

◆ pubkey

CPubKey PSBTOutputTest::pubkey

Definition at line 231 of file psbt_tests.cpp.

◆ script_pubkey

CScript PSBTOutputTest::script_pubkey

Definition at line 233 of file psbt_tests.cpp.


The documentation for this struct was generated from the following file: