Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ GetSerializedSize
Method
GetSerializedSize
src/script/script.cpp:381–384 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
379
}
380
381
uint32_t CScriptWitness::GetSerializedSize() const
382
{
383
return ::GetSerializeSize(stack, 0);
384
}
385
386
bool CScript::HasValidOps() const
387
{
Callers
1
CheckProofGeneric
Function · 0.45
Calls
1
GetSerializeSize
Function · 0.85
Tested by
no test coverage detected