trace
Fully qualified path: snforge_std::trace
Free functions
get_call_trace | Returns current call trace of the test, up to the last call made to a contract |
Structs
CallTrace | Tree-like structure which contains all of the starknet calls and sub-calls along with the results |
CallEntryPoint | A single function entry point summary |
Enums
EntryPointType | Type of the function being invoked |
CallType | Denotes type of the call |
CallResult | Result of a contract or a library call |
CallFailure | Represents a pre-processed failure of a call |