MCPcopy Create free account
hub / github.com/LUX-Core/lux / getvch

Method getvch

src/script/script.h:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 }
327
328 std::vector<unsigned char> getvch() const
329 {
330 return serialize(m_value);
331 }
332
333 ///////////////////////////////// lux
334 static uint64_t vch_to_uint64(const std::vector<unsigned char>& vch)

Callers 2

EvalScriptFunction · 0.45
CScriptClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected