Options
All
  • Public
  • Public/Protected
  • All
Menu

This type represents a decoding of empty return data from an unsuccessful call, a reversion with no message.

Hierarchy

  • EmptyFailureDecoding

Index

Properties

decodingMode: DecodingMode

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

interpretations: {}

Further information about how the decoding may be interpreted. Note that interpretations may be added by things that use @truffle/codec, such as @truffle/decoder, rather than by

truffle/codec

itself. See individual interpretations for details. (Currently there are none for this type.)

Type declaration

    kind: "failure"

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

    status: false

    Indicates that this kind of decoding indicates an unsuccessful return.

    Generated using TypeDoc