cheatcode

A general cheatcode function used to simplify implementation of Starknet testing functions. External users of the cairo crates can also implement their own cheatcodes by injecting custom CairoHintProcessor.

Fully qualified path: core::starknet::testing::cheatcode

pub extern fn cheatcode<const selector: felt252>(
    input: Span<felt252>,
) -> Span<felt252> implicits() nopanic;