Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ getvch
Method
getvch
src/script/script.h:314–317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
312
}
313
314
std::vector<unsigned char> getvch() const
315
{
316
return serialize(m_value);
317
}
318
319
static std::vector<unsigned char> serialize(const int64_t& value)
320
{
Callers
2
EvalScript
Function · 0.45
CScript
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected