Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FunctionDecoding

This type represents a transaction decoding for an ordinary function call to a known class; not a constructor call, not a fallback call.

Hierarchy

  • FunctionDecoding

Index

Properties

abi

The ABI entry for the function that was called. You can use this to extract the name, for instance.

arguments

arguments: AbiArgument[]

The list of decoded arguments to the function.

class

The class of contract that was called, as a Format.Types.ContractType.

decodingMode

decodingMode: DecodingMode

The decoding mode that was used; see the README for more on these.

kind

kind: "function"

The kind of decoding; indicates that this is a FunctionDecoding.

selector

selector: string

The selector for the function that was called, as a hexadecimal string.

Generated using TypeDoc