MCPcopy Create free account
hub / github.com/ElementsProject/elements / getvch

Method getvch

src/script/script.h:397–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395 }
396
397 std::vector<unsigned char> getvch() const
398 {
399 return serialize(m_value);
400 }
401
402 static std::vector<unsigned char> serialize(const int64_t& value)
403 {

Callers 4

pushspkFunction · 0.45
EvalScriptFunction · 0.45
CScriptClass · 0.45
CreateOrderedCoinsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected