MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / Stacks

Method Stacks

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

Source from the content-addressed store, hash-verified

323 std::vector<valtype> witness;
324
325 Stacks() = delete;
326 Stacks(const Stacks&) = delete;
327 explicit Stacks(const SignatureData& data) : witness(data.scriptWitness.stack) {
328 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