Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UnknownCallDecoding

This type represents a function call to an unknown class. In this case, it's simply not possible to return much information.

Hierarchy

  • UnknownCallDecoding

Index

Properties

Properties

data

data: string

The data that was sent to the contract

decodingMode

decodingMode: DecodingMode

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

kind

kind: "unknown"

The kind of decoding; indicates that this is an UnknownDecoding.

Generated using TypeDoc