MCPcopy Create free account
hub / github.com/CashScript/cashscript / isSignatureCheckWithoutVerify

Function isSignatureCheckWithoutVerify

packages/cashscript/src/debugging.ts:393–395  ·  view source on GitHub ↗
(instruction: AuthenticationInstruction)

Source from the content-addressed store, hash-verified

391};
392
393const isSignatureCheckWithoutVerify = (instruction: AuthenticationInstruction): boolean => {
394 return [Op.OP_CHECKSIG, Op.OP_CHECKMULTISIG, Op.OP_CHECKDATASIG].includes(instruction.opcode);
395};

Callers 1

debugSingleScenarioFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected