mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-07 15:07:36 +00:00
parent
0a7f8afcea
commit
3e6ce3c221
6 changed files with 145 additions and 50 deletions
|
@ -196,6 +196,8 @@ const (
|
|||
WITHIN Opcode = 0xBB
|
||||
|
||||
// Advanced data structures (arrays, structures, maps).
|
||||
PACKMAP Opcode = 0xBE
|
||||
PACKSTRUCT Opcode = 0xBF
|
||||
PACK Opcode = 0xC0
|
||||
UNPACK Opcode = 0xC1
|
||||
NEWARRAY0 Opcode = 0xC2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue