Macro revm_interpreter::push_b256

source ยท
macro_rules! push_b256 {
    ($interp:expr, $($x:expr),* $(,)?) => { ... };
}
Expand description

Pushes B256 values onto the stack. Fails the instruction if the stack is full.