Macro gas
macro_rules! gas {
($interpreter:expr, $gas:expr) => { ... };
($interpreter:expr, $gas:expr, $ret:expr) => { ... };
}Available on crate feature
evm only.Expand description
Records a gas cost and fails the instruction if it would exceed the available gas.