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

Method GetVersion

src/psbt.cpp:827–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

825}
826
827uint32_t PartiallySignedTransaction::GetVersion() const
828{
829 if (m_version != std::nullopt) {
830 return *m_version;
831 }
832 return 0;
833}
834
835void PartiallySignedTransaction::SetupFromTx(const CMutableTransaction& tx)
836{

Callers 13

SERIALIZE_METHODSMethod · 0.45
SerializeMethod · 0.45
UnserializeMethod · 0.45
ProcessMessageMethod · 0.45
SERIALIZE_METHODSMethod · 0.45
SerializeMethod · 0.45
UnserializeMethod · 0.45
SerializeToVectorFunction · 0.45
SerializeMethod · 0.45
UnserializeMethod · 0.45
UnserializeMethod · 0.45
SerializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected