MCPcopy Create free account
hub / github.com/ElementsProject/elements / PSBTOutput

Method PSBTOutput

src/psbt.h:1201–1201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1199 bool IsFullyBlinded() const; //! This output has all of the blinding information and is actually blinded.
1200 CTxOut GetTxOut() const;
1201 PSBTOutput(uint32_t version) : m_psbt_version(version) {}
1202
1203 template <typename Stream>
1204 inline void Serialize(Stream& s) const {

Callers

nothing calls this directly

Calls 1

UnserializeFunction · 0.85

Tested by

no test coverage detected