Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnonymousDecoding

This type represents a decoding of a log as an anonymous event.

Hierarchy

  • AnonymousDecoding

Index

Properties

abi

The ABI entry for the event. You can use this to extract the name, for instance.

arguments

arguments: AbiArgument[]

The list of decoded arguments to the event.

class

The class of the contract that (according to this decoding) emitted the event, as a Format.Types.ContractType. This may be a library! When a library emits an event, the EVM records it as the calling contract having emitted the event, but we decode it as if the library emitted the event, for clarity. (The address of the contract the EVM thinks emitted the event can of course be found in the original log.)

decodingMode

decodingMode: DecodingMode

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

kind

kind: "anonymous"

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

Generated using TypeDoc