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

Method getvch

src/script/script.h:304–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 }
303
304 std::vector<unsigned char> getvch() const
305 {
306 return serialize(m_value);
307 }
308
309 static std::vector<unsigned char> serialize(const int64_t& value)
310 {

Callers 2

EvalScriptFunction · 0.45
CScriptClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected