
The highest tagged major version is
v2.
package
Version:
v1.23.4
Opens a new window with list of versions in this module.
Published: Feb 1, 2026
License: BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package vm provides VM types for node-VM communication (ZAP implementation).
Error represents VM error codes
const (
Error_ERROR_UNSPECIFIED Error = 0
Error_ERROR_CLOSED Error = 1
Error_ERROR_NOT_FOUND Error = 2
Error_ERROR_HEIGHT_INDEX_INCOMPLETE Error = 3
Error_ERROR_STATE_SYNC_NOT_IMPLEMENTED Error = 4
)
State represents the VM state
const (
State_STATE_UNSPECIFIED State = 0
State_STATE_STATE_SYNCING State = 1
State_STATE_BOOTSTRAPPING State = 2
State_STATE_NORMAL_OP State = 3
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.