pub fn caller<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the CALLER instruction.
Pushes the caller’s address onto the stack.
pub fn caller<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the CALLER instruction.
Pushes the caller’s address onto the stack.