Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ CScriptNum10
Method
CScriptNum10
src/test/scriptnum10.h:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
public:
28
29
explicit CScriptNum10(const int64_t& n)
30
{
31
m_value = n;
32
}
33
34
static const size_t nDefaultMaxNumSize = 4;
35
Callers
nothing calls this directly
Calls
2
scriptnum10_error
Class · 0.85
size
Method · 0.45
Tested by
no test coverage detected