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

Method PartiallySignedTransaction

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

Source from the content-addressed store, hash-verified

1588 CMutableTransaction GetUnsignedTx(bool foce_unblinded=false) const;
1589 uint256 GetUniqueID() const;
1590 PartiallySignedTransaction() {}
1591 PartiallySignedTransaction(uint32_t version);
1592 explicit PartiallySignedTransaction(const CMutableTransaction& tx, uint32_t version = 0);
1593 /** Returns whether the PSBT has outputs that require blinding. Said outputs may already be blinded */

Callers

nothing calls this directly

Calls 1

UnserializeFunction · 0.85

Tested by

no test coverage detected