Expand description
Various utilities to decode test results.
Structs§
- Revert
Decoder - Decodes revert data.
- Skip
Reason - A skip reason.
Functions§
- decode_
as_ 🔒non_ empty_ string - Helper function that decodes provided error as an ABI encoded or an ASCII string (if not empty).
- decode_
console_ log - Decode a single log.
- decode_
console_ logs - Decode a set of logs, only returning logs from DSTest logging events and Hardhat’s
console.log
- trimmed_
hex 🔒