Options
Public
  • Public
  • Public/Protected
  • All
Menu

Interface UnknownBytecodeDecoding

This type represents a decoding of the return data as bytecode for an unknown class returned from a constructor.

NOTE: In the future, this type will also contain information about any linked libraries the contract being constructed uses. However, this is not implemented at present.

Hierarchy

  • UnknownBytecodeDecoding

Index

Properties

bytecode

bytecode: string

The bytecode of the contract that was created.

decodingMode

decodingMode: DecodingMode

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

kind

kind: "unknownbytecode"

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

status

status: true

Indicates that this kind of decoding indicates a successful return.

Generated using TypeDoc