Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ContractBeingDecodedHasNoNodeError

This error indicates that the contract you are attempting to decode does not have AST information associated with it, or that the decoder cannot find it. This error will be thrown if you attempt to use functions that require AST information with such a contract.

Hierarchy

  • Error
    • ContractBeingDecodedHasNoNodeError

Index

Constructors

Properties

Constructors

constructor

Properties

contractName

contractName: string

message

message: string

name

name: string

Optional stack

stack: string

Static Error

Error: ErrorConstructor

Generated using TypeDoc