Function call
pub fn call<WIRE, H>(context: InstructionContext<'_, H, WIRE>)
Available on crate feature
evm
only.Expand description
Implements the CALL instruction.
Message call with value transfer to another account.
pub fn call<WIRE, H>(context: InstructionContext<'_, H, WIRE>)
evm
only.Implements the CALL instruction.
Message call with value transfer to another account.