Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citp/BlockSci
/ CScriptNum
Method
CScriptNum
src/internal/bitcoin_script.hpp:208–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
public:
207
208
explicit CScriptNum(const int64_t& n)
209
{
210
m_value = n;
211
}
212
213
static const size_t nDefaultMaxNumSize = 4;
214
Callers
nothing calls this directly
Calls
2
scriptnum_error
Class · 0.85
size
Method · 0.45
Tested by
no test coverage detected