Options
Public
  • Public
  • Public/Protected
  • All
Menu

Interface ReturnDecoding

This type represents a decoding of the return data as a collection of return values from a successful call.

Hierarchy

  • ReturnDecoding

Index

Properties

arguments

arguments: AbiArgument[]

The list of decoded return values from the function.

decodingMode

decodingMode: DecodingMode

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

kind

kind: "return"

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

status

status: true

Indicates that this kind of decoding indicates a successful return.

Generated using TypeDoc