//
pkg.gl
Category
github.com/epicchainlabs/epicchain-go
pkg
vm
vmstate
package
0.0.0-20241208111944-886a677d4f6d
Repository:
https://github.com/epicchainlabs/epicchain-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
14
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.