Returns the mnemonic name of an opcode.
Declared in <script/script.h>
<script/script.h>
std::string GetOpName(opcodetype opcode);
The name of opcode, or "OP_UNKNOWN" if unrecognized.
opcode,