//
pkg.gl
Category
github.com/nspcc-dev/neo-go
pkg
vm
vmstate
package
0.108.1
Repository:
https://github.com/nspcc-dev/neo-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
19
Files
67 SLOC
#
Functions
FromString
FromString converts a string into the State.
#
Constants
Break
Break represents BREAK VM state (running, debug mode).
Fault
Fault represents FAULT VM state (finished with an error).
Halt
Halt represents HALT VM state (finished normally).
None
None represents NONE VM state (not started yet).
#
Type aliases
State
State of the VM.