Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ Unser
Method
Unser
src/policy/fees.cpp:39–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
template<typename Stream> void Unser(Stream& s, double& v)
40
{
41
uint64_t encoded;
42
s >> encoded;
43
v = DecodeDouble(encoded);
44
}
45
};
46
47
} // namespace
Callers
nothing calls this directly
Calls
1
DecodeDouble
Function · 0.85
Tested by
no test coverage detected