MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / getvch

Method getvch

src/script/script.h:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335 int64_t GetInt64() const { return m_value; }
336
337 std::vector<unsigned char> getvch() const
338 {
339 return serialize(m_value);
340 }
341
342 static std::vector<unsigned char> serialize(const int64_t& value)
343 {

Callers 3

EvalScriptFunction · 0.45
CScriptClass · 0.45
CreateCoinClusterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected