Options
Public
  • Public
  • Public/Protected
  • All
Menu

Interface RevertMessageDecoding

This type represents a decoding of the return data as a revert message. For forward-compatibility, we do not assume that the revert message is a string.

Hierarchy

  • RevertMessageDecoding

Index

Properties

arguments

arguments: AbiArgument[]

The list of decoded arguments passed to revert(); currently, this will always contain just a single string.

decodingMode

decodingMode: DecodingMode

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

kind

kind: "revert"

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

status

status: false

Indicates that this kind of decoding indicates an unsuccessful return.

Generated using TypeDoc