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