Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitcoin-ABC/bitcoin-abc
/ CScriptNum
Method
CScriptNum
src/script/script.h:235–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
*/
234
public:
235
explicit CScriptNum(const int64_t &n) { m_value = n; }
236
237
explicit CScriptNum(const std::vector<uint8_t> &vch, bool fRequireMinimal,
238
const size_t nMaxNumSize) {
Callers
nothing calls this directly
Calls
3
scriptnum_overflow_error
Class · 0.85
scriptnum_encoding_error
Class · 0.85
size
Method · 0.45
Tested by
no test coverage detected