Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UnknownCreationDecoding

This type represents a contract creation for an unknown class. In this case, it's simply not possible to return much information.

Hierarchy

  • UnknownCreationDecoding

Index

Properties

bytecode

bytecode: string

The bytecode of the contract creation

decodingMode

decodingMode: DecodingMode

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

kind

kind: "create"

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

Generated using TypeDoc