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