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§
- Execution
Metadata - Metadata captured from the execution environment
- Execution
Overrides - Optional metadata overrides for a single execution
- Execution
Result - Runtime execution result
- LogEntry
- Log entry for events
- NeoRuntime
- Neo runtime for executing compiled Yul contracts
- Runtime
Config - Runtime configuration
- Runtime
Config Builder - Builder for RuntimeConfig
- Runtime
Exception - Runtime exception information
- Runtime
Statistics - Runtime performance statistics
- Stack
Frame - Stack frame for debugging
- State
Change - State change record
Enums§
- Exception
Type - Types of runtime exceptions
- Runtime
Error - Runtime errors
- State
Change Type - Types of state changes