Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MessageDecoding

This type represents a decoding for a call to a known class that does not appear to be a function call, i.e., one that will result in the fallback function being invoked if there is one.

Hierarchy

  • MessageDecoding

Index

Properties

abi

abi: FallbackAbiEntry | null

The ABI entry for the contract's fallback function; will be null if there is none.

class

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

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: "message"

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

Generated using TypeDoc