Skip to main content

finish_sequence_check

Function finish_sequence_check 

Source
fn finish_sequence_check<FEN: FoundryEvmNetwork>(
    executor: &Executor<FEN>,
    test_address: Address,
    calldata: Bytes,
    options: &CheckSequenceOptions<'_>,
) -> Result<(bool, bool, Option<String>)>