pub fn gaslimit<WIRE: InterpreterTypes, H: Host + ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Expand description
Implements the GASLIMIT instruction.
Pushes the current block’s gas limit onto the stack.
pub fn gaslimit<WIRE: InterpreterTypes, H: Host + ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Implements the GASLIMIT instruction.
Pushes the current block’s gas limit onto the stack.