Module types

Module types 

Source
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
BlockHash
Block hash type
BlockNumber
Block number type
Gas
Gas amount type
Timestamp
Timestamp type
TransactionHash
Transaction hash type

Enums§

RuntimeValue
Value type for runtime operations