MCPcopy 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

IsPushOnlyMethod · 0.80
EvalScriptFunction · 0.70

Tested by

no test coverage detected