Skip to main content

caller

Function caller 

pub fn caller<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: ?Sized,
Expand description

Implements the CALLER instruction.

Pushes the caller’s address onto the stack.