Expand description
Execution Context Module
Provides execution context and gas tracking for Neo runtime.
Re-exports§
pub use types::*;
Modules§
- types
- Type definitions for execution context.
Macros§
- arithmetic_
op 🔒 - Arithmetic operation helpers with overflow/underflow checking.
- divmod_
op 🔒 - Macro to generate division/modulo operation functions (DIV, MOD).