macro_rules! require_non_staticcall {
($interp:expr) => { ... };
}Expand description
Fails the instruction if the current call is static.
macro_rules! require_non_staticcall {
($interp:expr) => { ... };
}Fails the instruction if the current call is static.