| 288 | bool GetUTXO(CTxOut& utxo) const; |
| 289 | COutPoint GetOutPoint() const; |
| 290 | PSBTInput(uint32_t version) : m_psbt_version(version) {} |
| 291 | |
| 292 | template <typename Stream> |
| 293 | inline void Serialize(Stream& s) const { |
nothing calls this directly
no test coverage detected