Module execution

Module execution 

Source
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).