mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-07 15:07:36 +00:00
vm: implement ISTYPE opcode
Also make StackItemType public and reorder it according to NEO3.
This commit is contained in:
parent
48a41bd737
commit
d3b9aef8e2
6 changed files with 142 additions and 22 deletions
|
@ -162,6 +162,9 @@ const (
|
|||
REMOVE Opcode = 0xD2
|
||||
CLEARITEMS Opcode = 0xD3
|
||||
|
||||
// Types
|
||||
ISTYPE Opcode = 0xD9
|
||||
|
||||
// Exceptions
|
||||
THROW Opcode = 0xF0
|
||||
THROWIFNOT Opcode = 0xF1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue