| 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 { |
nothing calls this directly
no test coverage detected