Macro gas_or_fail
macro_rules! gas_or_fail {
($interpreter:expr, $gas:expr) => { ... };
($interpreter:expr, $gas:expr, $ret:expr) => { ... };
}
Available on crate feature
evm
only.Expand description
Same as gas!
, but with gas
as an option.