The ABI entry for the function that was called. You can use this to extract the name, for instance.
The list of decoded arguments to the function.
The class of contract that was called, as a Format.Types.ContractType.
The decoding mode that was used; see the README for more on these.
The kind of decoding; indicates that this is a FunctionDecoding.
The selector for the function that was called, as a hexadecimal string.
Generated using TypeDoc
This type represents a transaction decoding for an ordinary function call to a known class; not a constructor call, not a fallback call.