Structsยง
Enumsยง
- Create
Scheme - Expected
Call Type - The type of expected call.
- Expected
Revert Kind - The type of expected revert.
Functionsยง
- checks_
topics_ ๐and_ data - decode_
event ๐ - expect_
call ๐ - Handles expected calls specified by the
expectCall
cheatcodes. - expect_
create ๐ - expect_
emit ๐ - expect_
revert ๐ - expect_
safe_ ๐memory - get_
emit_ ๐mismatch_ message - Gets a detailed mismatch message for emit assertions
- handle_
expect_ ๐emit - name_
mismatched_ ๐logs - Formats the generic mismatch message: โlog != expected logโ to include event names if available
- reconstruct_
params ๐ - Restore the order of the params of a decoded event
Type Aliasesยง
- Expected
Call Tracker - Tracks the expected calls per address.
- Expected
Emit Tracker - Handles expected emits specified by the
expectEmit
cheatcodes.