Function callvalue
pub fn callvalue<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Expand description
Implements the CALLVALUE instruction.
Pushes the value sent with the current call onto the stack.