Expand description
Types for decoded function calls and constructor invocations.
These are the output types when decoding transaction calldata
(as opposed to event logs, which produce DecodedEvent).
Structs§
- Decoded
Call - Result of decoding a function call’s calldata.
- Decoded
Constructor - Result of decoding constructor calldata (no function selector).
- Human
Readable - A human-readable representation of a decoded call or event.