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