A version of CTransaction with the PSBT format.
More...
#include <sign.h>
A version of CTransaction with the PSBT format.
Definition at line 557 of file sign.h.
◆ PartiallySignedTransaction() [1/3]
PartiallySignedTransaction::PartiallySignedTransaction |
( |
| ) |
|
|
inline |
◆ PartiallySignedTransaction() [2/3]
◆ PartiallySignedTransaction() [3/3]
template<typename Stream >
PartiallySignedTransaction::PartiallySignedTransaction |
( |
deserialize_type |
, |
|
|
Stream & |
s |
|
) |
| |
|
inline |
◆ IsNull()
bool PartiallySignedTransaction::IsNull |
( |
| ) |
const |
◆ IsSane()
bool PartiallySignedTransaction::IsSane |
( |
| ) |
const |
◆ Merge()
◆ Serialize()
template<typename Stream >
void PartiallySignedTransaction::Serialize |
( |
Stream & |
s | ) |
const |
|
inline |
◆ Unserialize()
template<typename Stream >
void PartiallySignedTransaction::Unserialize |
( |
Stream & |
s | ) |
|
|
inline |
◆ operator!=
◆ operator==
◆ inputs
std::vector<PSBTInput> PartiallySignedTransaction::inputs |
◆ outputs
std::vector<PSBTOutput> PartiallySignedTransaction::outputs |
◆ tx
◆ unknown
std::map<std::vector<unsigned char>, std::vector<unsigned char> > PartiallySignedTransaction::unknown |
The documentation for this struct was generated from the following files: