Skip to main content

call

Function call 

pub fn call<const KIND: u8, IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: Host + ?Sized,
Expand description

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