Macro require_non_staticcall
macro_rules! require_non_staticcall {
($interpreter:expr) => { ... };
}
Available on crate feature
evm
only.Expand description
Fails the instruction if the current call is static.
macro_rules! require_non_staticcall {
($interpreter:expr) => { ... };
}
evm
only.Fails the instruction if the current call is static.