Skip to main content

call

Function call 

Source
pub fn call<const KIND: u8, IT: ITy, H: Host + ?Sized>(
    context: InstructionContext<'_, H, IT>,
) -> InstructionExecResult
Expand description

Implements the CALL, CALLCODE, DELEGATECALL, and STATICCALL instructions.