Skip to main content

Crate neo_runtime

Crate neo_runtime 

Source
Expand description

Neo N3 Runtime facade

This crate provides a lightweight façade over the Neo runtime surface so integration tests and examples can exercise the canonical syscall catalogue without depending on a full node implementation. The implementation intentionally returns deterministic placeholder values – enough to validate wiring and type conversions while remaining self-contained for unit tests.

Structs§

NeoContractRuntime
Minimal representation of contract management utilities used in tests.
NeoCrypto
Deterministic crypto helpers for tests and examples.
NeoJSON
Minimal JSON helpers to support tests.
NeoRuntime
Direct wrappers for the canonical System.Runtime syscalls.
NeoRuntimeContext
Lightweight view of the runtime context.
NeoStorage
Storage convenience helpers built on top of the syscall layer.