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

Method Stacks

src/script/sign.cpp:438–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436 std::vector<valtype> witness;
437
438 Stacks() = delete;
439 Stacks(const Stacks&) = delete;
440 explicit Stacks(const SignatureData& data) : witness(data.scriptWitness.stack) {
441 EvalScript(script, data.scriptSig, SCRIPT_VERIFY_STRICTENC, BaseSignatureChecker(), SigVersion::BASE);

Callers

nothing calls this directly

Calls 2

EvalScriptFunction · 0.85

Tested by

no test coverage detected