Expand description
Runtime Types Module
Common types and utilities for Neo runtime operations.
Re-exports§
pub use super::execution::StackItem;pub use super::ExceptionType;pub use super::ExecutionResult;pub use super::LogEntry;pub use super::RuntimeConfig;pub use super::RuntimeError;pub use super::RuntimeException;pub use super::RuntimeStatistics;pub use super::StackFrame;pub use super::StateChange;pub use super::StateChangeType;
Structs§
- Address
- Address type for account identification
- Balance
- Balance amount type
- Block
Hash - Block hash type
- Block
Number - Block number type
- Gas
- Gas amount type
- Timestamp
- Timestamp type
- Transaction
Hash - Transaction hash type
Enums§
- Runtime
Value - Value type for runtime operations