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

Method Serialize

src/uint256.h:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99 template<typename Stream>
100 void Serialize(Stream& s) const
101 {
102 s.write(MakeByteSpan(m_data));
103 }
104
105 template<typename Stream>
106 void Unserialize(Stream& s)

Callers

nothing calls this directly

Calls 2

MakeByteSpanFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected