revm_interpreter

Macro push

Source
macro_rules! push {
    ($interpreter:expr, $x:expr $(,$ret:item)?) => { ... };
}
Expand description

Pushes a B256 value onto the stack. Fails the instruction if the stack is full.