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

Method PSBTInput

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

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

UnserializeFunction · 0.85

Tested by

no test coverage detected