Function coinbase

pub fn coinbase<WIRE, H>(context: InstructionContext<'_, H, WIRE>)
where WIRE: InterpreterTypes, H: Host + ?Sized,
Expand description

Implements the COINBASE instruction.

Pushes the current block’s beneficiary address onto the stack.