Equity
Bitcoin Protocol Library
|
Information about an opcode. More...
#include <Instruction.h>
Public Attributes | |
int | value |
Opcode value. | |
char const * | name |
Name to display. | |
int | minArgs |
Minimum number of arguments. | |
bool | valid |
If false, the appearance of this opcode in a script will invalidate the script. | |
Information about an opcode.