Module runtime

Module runtime 

Source
Expand description

Neo Runtime Module

Complete runtime integration layer providing EVM compatibility on NeoVM, state management, storage operations, and execution environment.

Modules§

bridge
VM Bridge Module
execution
Execution Context Module
spec
Neo N3 opcode/syscall/native-contract registry
state
State Management Module
storage
Storage Management Module
types
Runtime Types Module

Structs§

ExecutionMetadata
Metadata captured from the execution environment
ExecutionOverrides
Optional metadata overrides for a single execution
ExecutionResult
Runtime execution result
LogEntry
Log entry for events
NeoRuntime
Neo runtime for executing compiled Yul contracts
RuntimeConfig
Runtime configuration
RuntimeConfigBuilder
Builder for RuntimeConfig
RuntimeException
Runtime exception information
RuntimeStatistics
Runtime performance statistics
StackFrame
Stack frame for debugging
StateChange
State change record

Enums§

ExceptionType
Types of runtime exceptions
RuntimeError
Runtime errors
StateChangeType
Types of state changes