Skip to main content

Module call

Module call 

Source
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§

DecodedCall
Result of decoding a function call’s calldata.
DecodedConstructor
Result of decoding constructor calldata (no function selector).
HumanReadable
A human-readable representation of a decoded call or event.