Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitcoin-ABC/bitcoin-abc
/ Stacks
Method
Stacks
src/script/sign.cpp:262–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
std::vector<valtype> script;
261
262
Stacks() = delete;
263
Stacks(const Stacks &) = delete;
264
explicit Stacks(const SignatureData &data) {
265
if (data.scriptSig.IsPushOnly()) {
Callers
nothing calls this directly
Calls
3
BaseSignatureChecker
Class · 0.85
IsPushOnly
Method · 0.80
EvalScript
Function · 0.70
Tested by
no test coverage detected