Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
MakeByteSpan
Function · 0.85
write
Method · 0.45
Tested by
no test coverage detected