Function gas
pub fn gas<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,Expand description
Implements the GAS instruction.
Pushes the amount of remaining gas onto the stack.
pub fn gas<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,Implements the GAS instruction.
Pushes the amount of remaining gas onto the stack.