Options
All
  • Public
  • Public/Protected
  • All
Menu

The type of the options parameter to decodeEvent. This type will be expanded in the future as more filtering options are added.

Hierarchy

  • LogOptions

Index

Properties

disableChecks?: boolean

Allows decodings that don't pass the re-encoding test. Don't turn this on unless you know what you're doing!

extras?: ExtrasAllowed

Used to indicate whether "extra" event decodings -- event decodings from non-library contracts other than the one that appears to have emitted the event -- should be returned. Defaults to "off".

id?: string

If passed, restricts to events with the given ID. This is meant for internal use by Truffle Debugger; you probably don't want to bother with this option.

name?: string

If passed, restricts to events with the given name.

Generated using TypeDoc