Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FunctionInternalValueInfoUnknown

This type is used when decoding internal functions from the high-level decoding interface, which presently doesn't support detailed decoding of internal functions. (The debugger, however, supports it! You can get this detailed information in the debugger!) You'll still get the program counter values, but further information will be absent. Note you'll get this even if really it should decode to an error, because the decoding interface doesn't have the information to determine that it's an error.

Hierarchy

  • FunctionInternalValueInfoUnknown

Index

Properties

constructorProgramCounter

constructorProgramCounter: number

context

context: ContractType

deployedProgramCounter

deployedProgramCounter: number

kind

kind: "unknown"

Generated using TypeDoc