A structure for PSBTs which contains per output information.
More...
#include <psbt.h>
A structure for PSBTs which contains per output information.
Definition at line 233 of file psbt.h.
◆ PSBTOutput() [1/2]
PSBTOutput::PSBTOutput |
( |
| ) |
|
|
inline |
◆ PSBTOutput() [2/2]
template<typename Stream >
◆ FillSignatureData()
void PSBTOutput::FillSignatureData |
( |
SignatureData & |
sigdata | ) |
const |
◆ FromSignatureData()
void PSBTOutput::FromSignatureData |
( |
const SignatureData & |
sigdata | ) |
|
◆ IsNull()
bool PSBTOutput::IsNull |
( |
| ) |
const |
◆ Merge()
void PSBTOutput::Merge |
( |
const PSBTOutput & |
output | ) |
|
◆ Serialize()
template<typename Stream >
void PSBTOutput::Serialize |
( |
Stream & |
s | ) |
const |
|
inline |
◆ Unserialize()
template<typename Stream >
void PSBTOutput::Unserialize |
( |
Stream & |
s | ) |
|
|
inline |
◆ hd_keypaths
◆ redeem_script
◆ unknown
std::map<std::vector<uint8_t>, std::vector<uint8_t> > PSBTOutput::unknown |
The documentation for this struct was generated from the following files: