Bitcoin ABC  0.29.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
PSBTOutput Struct Reference

A structure for PSBTs which contains per output information. More...

#include <psbt.h>

Collaboration diagram for PSBTOutput:
[legend]

Public Member Functions

bool IsNull () const
 
void FillSignatureData (SignatureData &sigdata) const
 
void FromSignatureData (const SignatureData &sigdata)
 
void Merge (const PSBTOutput &output)
 
 PSBTOutput ()
 
template<typename Stream >
void Serialize (Stream &s) const
 
template<typename Stream >
void Unserialize (Stream &s)
 
template<typename Stream >
 PSBTOutput (deserialize_type, Stream &s)
 

Public Attributes

CScript redeem_script
 
std::map< CPubKey, KeyOriginInfohd_keypaths
 
std::map< std::vector< uint8_t >, std::vector< uint8_t > > unknown
 

Detailed Description

A structure for PSBTs which contains per output information.

Definition at line 233 of file psbt.h.

Constructor & Destructor Documentation

◆ PSBTOutput() [1/2]

PSBTOutput::PSBTOutput ( )
inline

Definition at line 242 of file psbt.h.

◆ PSBTOutput() [2/2]

template<typename Stream >
PSBTOutput::PSBTOutput ( deserialize_type  ,
Stream &  s 
)
inline

Definition at line 326 of file psbt.h.

Here is the call graph for this function:

Member Function Documentation

◆ FillSignatureData()

void PSBTOutput::FillSignatureData ( SignatureData sigdata) const

Definition at line 129 of file psbt.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FromSignatureData()

void PSBTOutput::FromSignatureData ( const SignatureData sigdata)

Definition at line 138 of file psbt.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsNull()

bool PSBTOutput::IsNull ( ) const

Definition at line 147 of file psbt.cpp.

Here is the call graph for this function:

◆ Merge()

void PSBTOutput::Merge ( const PSBTOutput output)

Definition at line 151 of file psbt.cpp.

Here is the call graph for this function:

◆ Serialize()

template<typename Stream >
void PSBTOutput::Serialize ( Stream &  s) const
inline

Definition at line 244 of file psbt.h.

Here is the call graph for this function:

◆ Unserialize()

template<typename Stream >
void PSBTOutput::Unserialize ( Stream &  s)
inline

Definition at line 263 of file psbt.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ hd_keypaths

std::map<CPubKey, KeyOriginInfo> PSBTOutput::hd_keypaths

Definition at line 235 of file psbt.h.

◆ redeem_script

CScript PSBTOutput::redeem_script

Definition at line 234 of file psbt.h.

◆ unknown

std::map<std::vector<uint8_t>, std::vector<uint8_t> > PSBTOutput::unknown

Definition at line 236 of file psbt.h.


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