MCPcopy 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 */
234public:
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

sizeMethod · 0.45

Tested by

no test coverage detected