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

Method Unserialize

src/primitives/transaction.h:607–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605
606 template <typename Stream>
607 inline void Unserialize(Stream& s) {
608 UnserializeTransaction(*this, s);
609 }
610
611 template <typename Stream>
612 CMutableTransaction(deserialize_type, Stream& s) {

Callers

nothing calls this directly

Calls 1

UnserializeTransactionFunction · 0.70

Tested by

no test coverage detected