MCPcopy 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_errorClass · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected