Function callvalue

Source
pub fn callvalue<WIRE: InterpreterTypes, H: ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)
Expand description

Implements the CALLVALUE instruction.

Pushes the value sent with the current call onto the stack.