Function coinbase
pub fn coinbase<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Expand description
Implements the COINBASE instruction.
Pushes the current block’s beneficiary address onto the stack.
pub fn coinbase<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Implements the COINBASE instruction.
Pushes the current block’s beneficiary address onto the stack.